Commit b83c6f11 by huangZW

111

parent 4fa2abb1
......@@ -33,7 +33,6 @@ public class AuditSettingApiServiceImpl implements AuditSettingApiService{
tab.setWxEnterpriseId(wxEnterpriseId);
auditSettingMapper.insert(tab);
}else{
tab = new TabHaobanAuditSetting();
tab.setAuditFlag(auditFlag);
tab.setUpdateTime(new Date());
auditSettingMapper.updateByPrimaryKeySelective(tab);
......
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