代码版本回退

hyx_2024-10-12_xgfPerson
huangyuxuan 2024-09-20 16:54:43 +08:00
parent 1ad76f6a87
commit c96c1d60a9
1 changed files with 2 additions and 2 deletions

View File

@ -66,13 +66,13 @@ public class SpecialEquipmentAqxjController extends BaseController {
fileList.add(FILES[i]);
if (i!=TYPE.length-1 && !TYPE[i].equals(TYPE[i+1])) {
MultipartFile[] fileArr = new MultipartFile[fileList.size()];
imgFilesController.finish(fileList.toArray(fileArr),type,pd.getString("SPECIALEQUIPMENTAQXJ_ID"),new String[]{});
imgFilesController.finish(fileList.toArray(fileArr),type,pd.getString("SPECIALEQUIPMENTAQXJ_ID"));
fileList.clear();
}
}
if (fileList.size()>0) {
MultipartFile[] fileArr = new MultipartFile[fileList.size()];
imgFilesController.finish(fileList.toArray(fileArr),type,pd.getString("SPECIALEQUIPMENTAQXJ_ID"),new String[]{});
imgFilesController.finish(fileList.toArray(fileArr),type,pd.getString("SPECIALEQUIPMENTAQXJ_ID"));
}
map.put("pd", pd);
map.put("result", errInfo);