用户上送逻辑修改

This commit is contained in:
hzj
2025-11-14 15:12:53 +08:00
parent 8f0a739564
commit cf7a2e04d5
2 changed files with 3 additions and 3 deletions

View File

@@ -163,8 +163,8 @@ public class DataSynchronization {
String exportDirName = "/pq_user/pq_user.json";
UpLoadUserDTO result = new UpLoadUserDTO();
QueryWrapper<PqUserLedgerPO> pqUserLedgerPOQueryWrapper = new QueryWrapper<>();
pqUserLedgerPOQueryWrapper.lambda().eq(PqUserLedgerPO::getIsShow,1);
List<PqUserLedgerPO> pqUserLedgerPOS = pqUserLedgerMapper.selectList(pqUserLedgerPOQueryWrapper);
// pqUserLedgerPOQueryWrapper.lambda().eq(PqUserLedgerPO::getIsShow,1);
List<PqUserLedgerPO> pqUserLedgerPOS = pqUserLedgerMapper.selectList(null);
if(!CollectionUtils.isEmpty(pqUserLedgerPOS)){
List<String> showIds =new ArrayList<>();
List<UserLegerDTO> userLegerDTOList =new ArrayList<>();

View File

@@ -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