Procházet zdrojové kódy

关联经销商同步上线自动维护

njs před 2 roky
rodič
revize
53d8e7ec0f

+ 4 - 1
suishenbang-sync/suishenbang-sync-common/src/main/java/com/dgtly/sync/service/RelationCustomerOnlineComponent.java

@@ -5,6 +5,9 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Component;
+
+import java.text.ParseException;
+
 /**
  * @description: 关联经销商上线
  * @author: qxm
@@ -19,7 +22,7 @@ public class RelationCustomerOnlineComponent {
     private IAssRelcustomerinfoService assRelcustomerinfoService;
 
     /**关联经销商上线*/
-    public void relationCustomerOnlineSync(){
+    public void relationCustomerOnlineSync() throws ParseException {
         Long startTime = System.currentTimeMillis();
         assRelcustomerinfoService.relationCustomerOnlineSync();
         Long endTime = System.currentTimeMillis();