Commit 84cffa65 authored by 刘斌's avatar 刘斌

fix: 修复employeeId的NotBlank

parent 2490a23b
......@@ -18,7 +18,7 @@ public class EmployeeTransferApplyParam {
/**
* 员工id
*/
@NotBlank(message = "员工不能为空")
@NotNull(message = "员工不能为空")
private Long employeeId;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment