Commit 79fe1dbb by huangZW

111

parent 025d5306
......@@ -224,8 +224,8 @@ public class AuditApiServiceImpl implements AuditApiService{
auditMapper.updateByPrimaryKeySelective(tab);
if(org.apache.commons.lang.StringUtils.isNotBlank(batchId)){
insertBatchLog( batchId,AuditRsultType.fail.getCode(), tab);
return "0";
}
}
return "0";
}else{
//成功
if(org.apache.commons.lang.StringUtils.isNotBlank(batchId)){
......
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