Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
Jz-Php
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
PHP
Jz-Php
Commits
be077230
提交
be077230
authored
2月 05, 2020
作者:
chengye
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复不能上传电表照片bug
上级
2b8ac8a2
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
5 行删除
+4
-5
workspace.xml
.idea/workspace.xml
+4
-4
Em.php
application/em/controller/Em.php
+0
-1
没有找到文件。
.idea/workspace.xml
浏览文件 @
be077230
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<entry
file=
"file://$PROJECT_DIR$/application/em/controller/Em.php"
>
<entry
file=
"file://$PROJECT_DIR$/application/em/controller/Em.php"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"689"
>
<state
relative-caret-position=
"689"
>
<caret
line=
"269"
column=
"21"
selection-start-line=
"269"
selection-start-column=
"21"
selection-end-line=
"269"
selection-end-column=
"21
"
/>
<caret
line=
"269"
selection-start-line=
"269"
selection-end-line=
"269
"
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
...
@@ -286,12 +286,12 @@
...
@@ -286,12 +286,12 @@
<workItem
from=
"1579059424177"
duration=
"1050000"
/>
<workItem
from=
"1579059424177"
duration=
"1050000"
/>
<workItem
from=
"1579079847870"
duration=
"1330000"
/>
<workItem
from=
"1579079847870"
duration=
"1330000"
/>
<workItem
from=
"1579164336952"
duration=
"142000"
/>
<workItem
from=
"1579164336952"
duration=
"142000"
/>
<workItem
from=
"1580875021110"
duration=
"
1706
000"
/>
<workItem
from=
"1580875021110"
duration=
"
2318
000"
/>
</task>
</task>
<servers
/>
<servers
/>
</component>
</component>
<component
name=
"TimeTrackingManager"
>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"
19580
000"
/>
<option
name=
"totallyTimeSpent"
value=
"
20192
000"
/>
</component>
</component>
<component
name=
"ToolWindowManager"
>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-7"
y=
"-7"
width=
"2575"
height=
"1415"
extended-state=
"6"
/>
<frame
x=
"-7"
y=
"-7"
width=
"2575"
height=
"1415"
extended-state=
"6"
/>
...
@@ -517,7 +517,7 @@
...
@@ -517,7 +517,7 @@
<entry
file=
"file://$PROJECT_DIR$/application/em/controller/Em.php"
>
<entry
file=
"file://$PROJECT_DIR$/application/em/controller/Em.php"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"689"
>
<state
relative-caret-position=
"689"
>
<caret
line=
"269"
column=
"21"
selection-start-line=
"269"
selection-start-column=
"21"
selection-end-line=
"269"
selection-end-column=
"21
"
/>
<caret
line=
"269"
selection-start-line=
"269"
selection-end-line=
"269
"
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
...
...
application/em/controller/Em.php
浏览文件 @
be077230
...
@@ -267,7 +267,6 @@ class Em extends Base
...
@@ -267,7 +267,6 @@ class Em extends Base
$upload
=
new
Upload
(
$file
,
1
);
$upload
=
new
Upload
(
$file
,
1
);
$result
=
$upload
->
upload
();
$result
=
$upload
->
upload
();
return
[
'aaaa'
];
if
(
!
empty
(
$result
)){
if
(
!
empty
(
$result
)){
return
jsonSuc
(
'电表附件上传成功'
,
$result
);
return
jsonSuc
(
'电表附件上传成功'
,
$result
);
}
else
{
}
else
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论