mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-24 16:05:08 +08:00
校验Long类型NotEmpty改为NotNull
This commit is contained in:
@ -21,7 +21,7 @@ public class BpmMessageSendWhenTaskCreatedReqDTO {
|
||||
*/
|
||||
@NotEmpty(message = "流程实例的名字不能为空")
|
||||
private String processInstanceName;
|
||||
@NotEmpty(message = "发起人的用户编号")
|
||||
@NotNull(message = "发起人的用户编号")
|
||||
private Long startUserId;
|
||||
@NotEmpty(message = "发起人的昵称")
|
||||
private String startUserNickname;
|
||||
|
Reference in New Issue
Block a user