From 5f4c819831b1da0861e8a311505f49f6f066aa98 Mon Sep 17 00:00:00 2001 From: liujiaji Date: Thu, 9 Aug 2018 15:02:46 +0800 Subject: [PATCH] test --- .../start/service/impl/BusinessApplyStartServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/service/impl/BusinessApplyStartServiceImpl.java b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/service/impl/BusinessApplyStartServiceImpl.java index 0f599c619..f29496883 100644 --- a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/service/impl/BusinessApplyStartServiceImpl.java +++ b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/start/service/impl/BusinessApplyStartServiceImpl.java @@ -95,9 +95,9 @@ public class BusinessApplyStartServiceImpl implements BusinessApplyStartService fieldMap = (Map) testMap.get("fieldMap"); fileList = (List>) 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();