Преглед изворни кода

Merge remote-tracking branch 'origin/V1' into V1

jz.kai пре 5 година
родитељ
комит
58c1b4e186

+ 1 - 0
web/src/main/java/com/jpsoft/smart/modules/base/controller/PersonDeviceLogController.java

@@ -243,6 +243,7 @@ public class PersonDeviceLogController {
 
             //todo 返回导入失败报表下载链接
             msgResult.setData(downloadUrl);
+            msgResult.setResult(true);
 
             //将exal输出到哪个文件夹中
 //            ByteArrayOutputStream out = new ByteArrayOutputStream();

+ 1 - 0
web/src/main/java/com/jpsoft/smart/modules/base/controller/PersonInfoController.java

@@ -796,6 +796,7 @@ public class PersonInfoController {
             String downloadUrl = OSSUtil.upload(ossConfig,"import","error.xls",input);
 
             //todo 返回导入失败报表下载链接
+
             msgResult.setData(downloadUrl);
             msgResult.setResult(true);
             //将exal输出到哪个文件夹中