优化了设备台账的代码
This commit is contained in:
parent
ea0cc44817
commit
c7661b9ed1
@ -300,7 +300,7 @@ public class DeviceInstallController {
|
|||||||
JSONObject getDeviceInstall = crmRequestUtil.getCRMList(Arrays.asList(
|
JSONObject getDeviceInstall = crmRequestUtil.getCRMList(Arrays.asList(
|
||||||
//new Filter("EQ", "name", Arrays.asList("DEV202505260012"))
|
//new Filter("EQ", "name", Arrays.asList("DEV202505260012"))
|
||||||
new Filter("GT", "last_modified_time", Arrays.asList("1748923200000")),
|
new Filter("GT", "last_modified_time", Arrays.asList("1748923200000")),
|
||||||
new Filter("EQ", "ledger_sync_status__c", Arrays.asList("option_sync_success__c")),
|
new Filter("EQ", "ledger_sync_status__c", Arrays.asList("option_ledger_update__c")),
|
||||||
new Filter("EQ", "life_status", Arrays.asList("normal"))
|
new Filter("EQ", "life_status", Arrays.asList("normal"))
|
||||||
), "DeviceObj");
|
), "DeviceObj");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user