This commit is contained in:
liujiaji 2018-08-02 10:45:13 +08:00
parent 0882f754ba
commit 58c1f6c571

View File

@ -62,7 +62,7 @@ public class BusinessApplyStartServiceImpl implements BusinessApplyStartService
BusinessDocUploadServiceImpl service = new BusinessDocUploadServiceImpl();
service.setFieldMap(fieldMap);
service.setFileList(fileList);
service.upload(null, null, tx, sqlca, null);
service.upload(null, null, tx, sqlca, ReturnMapUtil);
}
// 返回前台的数据
Map<String, Object> body = new HashMap<String, Object>();