Commit b83c6f11 by huangZW

111

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