Parcourir la source

调整

master
zouhantao il y a 1 mois
Parent
révision
fe6ae9948a

+ 1
- 2
zhywpt-dps-iasq/src/main/java/cn/com/taiji/iasq/manager/quartz/msgw/MsgwUpwardManagerImpl.java Voir le fichier

@@ -53,8 +53,7 @@ public class MsgwUpwardManagerImpl extends AbstractCommManager implements MsgwUp
MsgwUpwardShort msgwUpwardShort = new MsgwUpwardShort();
copyProperties(mtReport, msgwUpwardShort);
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);
}
}

BIN
zhywpt-service-ats/lib/commons-logging-1.2.jar Voir le fichier


BIN
zhywpt-service-ats/lib/metrics-core-3.1.0.jar Voir le fichier


BIN
zhywpt-service-ats/lib/postmsg-ump-4.1.0.jar Voir le fichier


Chargement…
Annuler
Enregistrer