|
@@ -736,13 +736,14 @@ public class FbsWorkingStatisticsController {
|
|
|
Result<List<Map<String,Object>>> result=new Result<>();
|
|
|
ArrayList<String> list = new ArrayList<>();
|
|
|
String par = FileList.getAllFileName(upPersonnel+code,list);
|
|
|
-
|
|
|
+ List<Map<String,Object>> resuleMap = new ArrayList<>();
|
|
|
if(par.equals("false")){
|
|
|
- result.error500("文件为空");
|
|
|
+// result.error500("文件为空");
|
|
|
+ result.setResult(resuleMap);
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
- List<Map<String,Object>> resuleMap = new ArrayList<>();
|
|
|
+
|
|
|
try {
|
|
|
|
|
|
for (String o:list){
|