fengx преди 7 месеца
родител
ревизия
353b183900
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/main/java/com/sunxung/factoring/service/customerinformation/impl/CustomerServiceImpl.java

+ 4 - 0
src/main/java/com/sunxung/factoring/service/customerinformation/impl/CustomerServiceImpl.java

@@ -391,6 +391,10 @@ public class CustomerServiceImpl extends ServiceImpl<CustomerMapper, Customer> i
         enterprise.setFddCustomerId(data.get("fddCustomerId"));
         enterprise.setCertificateContractId(data.get("certificateContractId"));
         enterprise.setCertificateTransactionId(data.get("certificateTransactionId"));
+        //更新自动签链接
+        enterprise.setAutoSignUrl(data.get("autoSignUrl"));
+        enterprise.setShortAutoSignUrl(data.get("shortAutoSignUrl"));
+        enterprise.setAutoSignStatus(0);
         iEnterpriseService.updateById(enterprise);
     }