|
@ -209,7 +209,7 @@ public class Service {
|
209
|
209
|
@FieldParam(value = "refType", valueClass = String.class), @FieldParam(value = "sender", valueClass = String.class) }) LeaveMsg msg,
|
210
|
210
|
String uname, @AfterCommit List<Runnable> runs) throws SQLException, JfwBaseException {
|
211
|
211
|
String id = StringUtil.buildUUID();
|
212
|
|
String time = DateUtil.formatDate(System.currentTimeMillis());
|
|
212
|
String time = DateUtil.formatDateTime(System.currentTimeMillis());
|
213
|
213
|
msg.setId(id);
|
214
|
214
|
msg.setTop(id);
|
215
|
215
|
msg.setState("1");
|
|
@ -258,7 +258,7 @@ public class Service {
|
258
|
258
|
msg.setState("1");
|
259
|
259
|
msg.setCnt(cnt);
|
260
|
260
|
msg.setId(nid);
|
261
|
|
String time = DateUtil.formatDate(System.currentTimeMillis());
|
|
261
|
String time = DateUtil.formatDateTime(System.currentTimeMillis());
|
262
|
262
|
msg.setCreateTime(time);
|
263
|
263
|
msg.setTimeDesc(time+nid);
|
264
|
264
|
leaveMsgDao.insert(con, msg);
|