Commit e74f3da5 by lal

提交

parent 909915b1
......@@ -435,7 +435,8 @@ public class CrmController {
List<CrmClientContacts> crmClientContacts = crmClientData.getCrmClientContacts();
if (crmClientContacts != null) {
for (CrmClientContacts crmClientContact : crmClientContacts) {
crmClientContact.updateById();
// crmClientContact.updateById();
crmClientContact.insertOrUpdate();
}
}
List<CrmClientAssociate> oldAssociates = CrmClientAssociate.builder().build()
......
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