优化了设备台账的代码

This commit is contained in:
itzhang 2025-06-26 21:28:41 +08:00
parent ea0cc44817
commit c7661b9ed1

View File

@ -300,7 +300,7 @@ public class DeviceInstallController {
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_sync_success__c")),
new Filter("EQ", "ledger_sync_status__c", Arrays.asList("option_ledger_update__c")),
new Filter("EQ", "life_status", Arrays.asList("normal"))
), "DeviceObj");