test
This commit is contained in:
parent
1657bd0aef
commit
5f4c819831
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user