jiapeng 7 gadi atpakaļ
vecāks
revīzija
78aced9cca

+ 2 - 2
src/main/java/com/ekexiu/portal/leavemsg/Service.java

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