修复是否存在必传验证规则的BUG
This commit is contained in:
@ -130,7 +130,7 @@ func (h *handle) checkRequired(field StructField) (bool, bool) {
|
||||
}
|
||||
return true, false
|
||||
}
|
||||
return false, false
|
||||
return false, isHasRequiredRule
|
||||
}
|
||||
|
||||
// getSourceDataValue 获取源数据值
|
||||
|
Reference in New Issue
Block a user