|
@@ -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();
|