修改时间字段

odoo切换查询方式
YXY 1 year ago
parent c2666450d6
commit 95b682ebe6

@ -440,7 +440,7 @@ public abstract class SyncAccountsJobAbstract {
//判断当前查询条件内是否存在重复数据 //判断当前查询条件内是否存在重复数据
Map<String, Integer> repeatMap = new HashMap<>(); Map<String, Integer> repeatMap = new HashMap<>();
List<AppTableRecord> waitUpdateList = new ArrayList<>(); List<AppTableRecord> waitUpdateList = new ArrayList<>();
String createTimeKey = "auditedTime"; String createTimeKey = "auditedtime";
if (AppType.SYNC_CJT_SALE_DISPATCH_DATA_TO_MULTI_TABLE.equals(syncLarkAppType())) { if (AppType.SYNC_CJT_SALE_DISPATCH_DATA_TO_MULTI_TABLE.equals(syncLarkAppType())) {
createTimeKey = "createdtime"; createTimeKey = "createdtime";
} }

Loading…
Cancel
Save