Commit 7fe5592d by zhiwj

bug

parent a6ed34ce
......@@ -103,7 +103,7 @@ public class EvaluateOrderConfigVO implements Serializable {
/**
* 追评期限
*/
@Min(value = 0, message = "参数错误", groups = EvaluateOrderConfigValid.class)
@Min(value = 7, message = "参数错误", groups = EvaluateOrderConfigValid.class)
private Integer reviewLimitday;
/**
......
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