update 国际研讨会新增目的地,删除同行人

This commit is contained in:
lijiarao
2023-11-03 17:23:10 +08:00
parent d6a43ad52d
commit 4faf7937fd
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -25,3 +25,5 @@ INSERT INTO `sys_sms_template` (`id`, `template_name`, `template_code`, `recipie
VALUES ('1719550569588023297', '3', 'QY_24_HYTZ_MEETING_SIGN_UP', 2, '1',
'<p>尊敬的${realname}您好,感谢您注册报名参加2023世界汽车标准创新大会(WASIC),大会将于11月26日-28日在深圳市坪山区格兰云天酒店召开,详情请登陆http://www.catarc.org.cn/wasic.html,期待您的莅临!</p>',
NULL, '2023-11-01 11:40:57', 'admin', NULL, NULL);
alter table pay_meeting_situation
add destination_hotel varchar(50) null comment '目的地';
@@ -48,7 +48,7 @@ public class InternationalGuestVO {
/**是否用餐*/
@Excel(name = "是否用餐", width = 15)
@ApiModelProperty(value = "是否用餐")
@NotNull(message = "是否用餐不能为空")
@NotNull(message = "是否用餐不能为空",groups = Guest.class)
@Min(0)
@Max(1)
private Integer haveMeals;