|
|
@@ -200,7 +200,9 @@ public class AttenDanceWarnNoticeTask {
|
|
|
}
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat();
|
|
|
String table = "wechat_message_log";
|
|
|
+ long id = IdUtil.getSnowflakeNextId();
|
|
|
Entity entity = Entity.create(table);
|
|
|
+ entity.set("id", id);
|
|
|
entity.set("content", "消息推送人数:" + userList.size());
|
|
|
entity.set("create_date", sdf.format(new Date()));
|
|
|
entity.set("template_id", wechatTemplate);
|