Commit 446c1744 authored by hezhen's avatar hezhen

Merge branch 'master-chw' into dev-chw

parents 770e3bb5 b598f060
...@@ -253,6 +253,11 @@ public class CompanyInfoApplyBiz extends BaseBiz<CompanyInfoApplyMapper, Company ...@@ -253,6 +253,11 @@ public class CompanyInfoApplyBiz extends BaseBiz<CompanyInfoApplyMapper, Company
audit(companyInfoApply1); audit(companyInfoApply1);
}catch (Exception e){ }catch (Exception e){
log.error(e.getMessage(),e); log.error(e.getMessage(),e);
companyInfoApply1.setStatus(2);
JSONObject reson = new JSONObject();
reson.put("content",e.getMessage());
companyInfoApply1.setReason(reson.toJSONString());
audit(companyInfoApply1);
continue; continue;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment