diff --git a/event_smart/src/main/java/com/njcn/product/event/dataTransmit/DataSynchronization.java b/event_smart/src/main/java/com/njcn/product/event/dataTransmit/DataSynchronization.java index b212264..ec10c28 100644 --- a/event_smart/src/main/java/com/njcn/product/event/dataTransmit/DataSynchronization.java +++ b/event_smart/src/main/java/com/njcn/product/event/dataTransmit/DataSynchronization.java @@ -163,8 +163,8 @@ public class DataSynchronization { String exportDirName = "/pq_user/pq_user.json"; UpLoadUserDTO result = new UpLoadUserDTO(); QueryWrapper pqUserLedgerPOQueryWrapper = new QueryWrapper<>(); - pqUserLedgerPOQueryWrapper.lambda().eq(PqUserLedgerPO::getIsShow,1); - List pqUserLedgerPOS = pqUserLedgerMapper.selectList(pqUserLedgerPOQueryWrapper); +// pqUserLedgerPOQueryWrapper.lambda().eq(PqUserLedgerPO::getIsShow,1); + List pqUserLedgerPOS = pqUserLedgerMapper.selectList(null); if(!CollectionUtils.isEmpty(pqUserLedgerPOS)){ List showIds =new ArrayList<>(); List userLegerDTOList =new ArrayList<>(); diff --git a/event_smart/src/main/resources/application.yml b/event_smart/src/main/resources/application.yml index f979340..48a832b 100644 --- a/event_smart/src/main/resources/application.yml +++ b/event_smart/src/main/resources/application.yml @@ -42,7 +42,7 @@ business: exportBaseDir: D://exportComtrade eventCronExpression: 0 9 0/1 * * ? failCronExpression: 0 16 0/1 * * ? - userCronExpression: 0 5 0/1 * * ? + userCronExpression: 0 5 1 * * ? syncinterval: 60 failsyncinterval: 1440 #wavePath: /usr/local/comtrade