This commit is contained in:
liujiaji 2018-08-09 15:02:46 +08:00
parent 1657bd0aef
commit 5f4c819831

View File

@ -95,9 +95,9 @@ public class BusinessApplyStartServiceImpl implements BusinessApplyStartService
fieldMap = (Map<String, Object>) testMap.get("fieldMap");
fileList = (List<Map<String, Object>>) testMap.get("fileList");
BusinessBO bo = new BusinessBO(fieldMap, tx);
boolean flag = bo.checkDoc();
// boolean flag = bo.checkDoc();
if(flag) {
if(true) {
ReturnMapUtil.setReturnMap(null, RestfullConstant.baseProperty.get("success").toString(), "");
} else {
String msg = bo.getMsg();