|
@@ -19,6 +19,7 @@ import com.gree.mall.manager.bean.WorkOrderRelationBean;
|
|
|
import com.gree.mall.manager.bean.WorkOrderSearchReq;
|
|
import com.gree.mall.manager.bean.WorkOrderSearchReq;
|
|
|
|
|
|
|
|
import com.gree.mall.manager.bean.policy.ItfGreeSynDownloadRecBean;
|
|
import com.gree.mall.manager.bean.policy.ItfGreeSynDownloadRecBean;
|
|
|
|
|
+import com.gree.mall.manager.commonmapper.workorder.SyncMapper;
|
|
|
import com.gree.mall.manager.constant.Constant;
|
|
import com.gree.mall.manager.constant.Constant;
|
|
|
import com.gree.mall.manager.exception.RemoteServiceException;
|
|
import com.gree.mall.manager.exception.RemoteServiceException;
|
|
|
import com.gree.mall.manager.plus.entity.*;
|
|
import com.gree.mall.manager.plus.entity.*;
|
|
@@ -188,6 +189,9 @@ public class SyncOrderInfoLogic {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
ItfTblWorkOrderStatusService itfTblWorkOrderStatusService;
|
|
ItfTblWorkOrderStatusService itfTblWorkOrderStatusService;
|
|
|
|
|
|
|
|
|
|
+ @Autowired
|
|
|
|
|
+ SyncMapper syncMapper;
|
|
|
|
|
+
|
|
|
|
|
|
|
|
public void syncGuang() {
|
|
public void syncGuang() {
|
|
|
List<ItfGreeSynRule> itfGreeSynRules = itfGreeSynRuleService.lambdaQuery().list();
|
|
List<ItfGreeSynRule> itfGreeSynRules = itfGreeSynRuleService.lambdaQuery().list();
|
|
@@ -521,4 +525,10 @@ public class SyncOrderInfoLogic {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public void task3() {
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|