zoujiajian 2 年之前
父节点
当前提交
ac3b21b1c1

+ 3 - 1
netflix-service/src/main/java/com/cyksj/service/corp/impl/CorpCustomerAcquistionServiceImpl.java

@@ -83,8 +83,10 @@ public class CorpCustomerAcquistionServiceImpl implements CorpCustomerAcquistion
                     Range range = new Range();
                     range.setUserList(JSONUtil.parseArray(corpCustomerAcquisitionLink.getChooseDutyUsers()).toList(String.class));
                     wxCpLinkUpd.setRange(range);
-
                     corpOps.customerAcquisitionUpdateLink(null, wxCpLinkUpd);
+
+                    corpCustomerAcquisitionLinkMapper.updateById(corpCustomerAcquisitionLink);
+
                 }
 
             }