|
|
@@ -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); |
|
|
|
} |
|
|
|
} |