commit
This commit is contained in:
@@ -62,4 +62,9 @@ public class UserBirthdayMsgLog extends BaseModel {
|
||||
@Comment("推送人类型")
|
||||
@ColDefine(type = ColType.VARCHAR, width = 50)
|
||||
private String pushType;
|
||||
|
||||
@Column
|
||||
@Comment("卡片链接")
|
||||
@ColDefine(type = ColType.VARCHAR, width = 50)
|
||||
private String link;
|
||||
}
|
||||
|
||||
+1
@@ -70,6 +70,7 @@ public class UserBirthdayMsgLogServiceImpl extends BaseServiceImpl<UserBirthdayM
|
||||
msgLog.setPushByName(finalPushByName);
|
||||
msgLog.setPushType(finalPushType);
|
||||
msgLog.setPushTime(pushTime);
|
||||
msgLog.setLink(link);
|
||||
return msgLog;
|
||||
}).toList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user