|
@@ -20,7 +20,10 @@ public class RelationCustomerOnlineComponent {
|
|
|
|
|
|
/**关联经销商上线*/
|
|
|
public void relationCustomerOnlineSync(){
|
|
|
+ Long startTime = System.currentTimeMillis();
|
|
|
assRelcustomerinfoService.relationCustomerOnlineSync();
|
|
|
+ Long endTime = System.currentTimeMillis();
|
|
|
+ log.info("关联经销商上线用时:" + (endTime - startTime)+"毫秒");
|
|
|
}
|
|
|
|
|
|
/*SELECT s.mainkunnr,s.mainname1 from (SELECT
|