用户上送逻辑修改
This commit is contained in:
@@ -163,8 +163,8 @@ public class DataSynchronization {
|
|||||||
String exportDirName = "/pq_user/pq_user.json";
|
String exportDirName = "/pq_user/pq_user.json";
|
||||||
UpLoadUserDTO result = new UpLoadUserDTO();
|
UpLoadUserDTO result = new UpLoadUserDTO();
|
||||||
QueryWrapper<PqUserLedgerPO> pqUserLedgerPOQueryWrapper = new QueryWrapper<>();
|
QueryWrapper<PqUserLedgerPO> pqUserLedgerPOQueryWrapper = new QueryWrapper<>();
|
||||||
pqUserLedgerPOQueryWrapper.lambda().eq(PqUserLedgerPO::getIsShow,1);
|
// pqUserLedgerPOQueryWrapper.lambda().eq(PqUserLedgerPO::getIsShow,1);
|
||||||
List<PqUserLedgerPO> pqUserLedgerPOS = pqUserLedgerMapper.selectList(pqUserLedgerPOQueryWrapper);
|
List<PqUserLedgerPO> pqUserLedgerPOS = pqUserLedgerMapper.selectList(null);
|
||||||
if(!CollectionUtils.isEmpty(pqUserLedgerPOS)){
|
if(!CollectionUtils.isEmpty(pqUserLedgerPOS)){
|
||||||
List<String> showIds =new ArrayList<>();
|
List<String> showIds =new ArrayList<>();
|
||||||
List<UserLegerDTO> userLegerDTOList =new ArrayList<>();
|
List<UserLegerDTO> userLegerDTOList =new ArrayList<>();
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ business:
|
|||||||
exportBaseDir: D://exportComtrade
|
exportBaseDir: D://exportComtrade
|
||||||
eventCronExpression: 0 9 0/1 * * ?
|
eventCronExpression: 0 9 0/1 * * ?
|
||||||
failCronExpression: 0 16 0/1 * * ?
|
failCronExpression: 0 16 0/1 * * ?
|
||||||
userCronExpression: 0 5 0/1 * * ?
|
userCronExpression: 0 5 1 * * ?
|
||||||
syncinterval: 60
|
syncinterval: 60
|
||||||
failsyncinterval: 1440
|
failsyncinterval: 1440
|
||||||
#wavePath: /usr/local/comtrade
|
#wavePath: /usr/local/comtrade
|
||||||
|
|||||||
Reference in New Issue
Block a user