台账,设备更新接口优化,去掉了设备创建接口自动更新
This commit is contained in:
parent
7cbb286132
commit
0f6d5fcd2f
@ -41,7 +41,7 @@ public class CrmTaskTZ {
|
||||
// projectInitiateController.syncProjectInitiate();
|
||||
// deliveryReqController.syncDeliveryReq();
|
||||
// deliveryReqController.syncRefund();
|
||||
// deviceInstallController.syncDeviceInstall();
|
||||
// //deviceInstallController.syncDeviceInstall();
|
||||
// deviceInstallController.upDeviceInstall();
|
||||
// xshtController.syncSaleOrder();
|
||||
// yqhtController.syncYQHT();
|
||||
|
@ -297,10 +297,12 @@ public class DeviceInstallController {
|
||||
public void upDeviceInstall() {
|
||||
CrmRequestUtil crmRequestUtil = new CrmRequestUtil();
|
||||
|
||||
String[] syncStatus = {"option_pending_sync__c", "option_resync__c"};
|
||||
|
||||
JSONObject getDeviceInstall = crmRequestUtil.getCRMList(Arrays.asList(
|
||||
//new Filter("EQ", "name", Arrays.asList("DEV202505260012"))
|
||||
new Filter("GT", "last_modified_time", Arrays.asList("1748923200000")),
|
||||
new Filter("EQ", "ledger_sync_status__c", Arrays.asList("option_ledger_update__c")),
|
||||
new Filter("IN", "ledger_sync_status__c", Arrays.asList(syncStatus)),
|
||||
new Filter("EQ", "life_status", Arrays.asList("normal"))
|
||||
), "DeviceObj");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user