Browse Source

调整

master
zouhantao 6 days ago
parent
commit
fe6ae9948a

+ 1
- 2
zhywpt-dps-iasq/src/main/java/cn/com/taiji/iasq/manager/quartz/msgw/MsgwUpwardManagerImpl.java View File

MsgwUpwardShort msgwUpwardShort = new MsgwUpwardShort(); MsgwUpwardShort msgwUpwardShort = new MsgwUpwardShort();
copyProperties(mtReport, msgwUpwardShort); copyProperties(mtReport, msgwUpwardShort);
msgwUpwardShort.setMobile(mtReport.getPhone()); msgwUpwardShort.setMobile(mtReport.getPhone());
msgwUpwardShort.setSubmitTime(LocalDateTime.ofInstant(Instant.ofEpochMilli(mtReport.getSubmitTime()), ZoneOffset.of("+8")));
msgwUpwardShort.setDoneTime(LocalDateTime.ofInstant(Instant.ofEpochMilli(mtReport.getDoneTime()), ZoneOffset.of("+8")));
msgwUpwardShort.setRecevieTime(LocalDateTime.ofInstant(Instant.ofEpochMilli(mtReport.getRecevieTime()), ZoneOffset.of("+8")));
sendDetailsRepo.save(msgwUpwardShort); sendDetailsRepo.save(msgwUpwardShort);
} }
} }

BIN
zhywpt-service-ats/lib/commons-logging-1.2.jar View File


BIN
zhywpt-service-ats/lib/metrics-core-3.1.0.jar View File


BIN
zhywpt-service-ats/lib/postmsg-ump-4.1.0.jar View File


Loading…
Cancel
Save