user update
This commit is contained in:
@@ -153,11 +153,18 @@ func RequiredIf(fl validator.FieldLevel) bool {
|
|||||||
sessionType := fl.Parent().FieldByName("SessionType").Int()
|
sessionType := fl.Parent().FieldByName("SessionType").Int()
|
||||||
switch sessionType {
|
switch sessionType {
|
||||||
case 1, 4:
|
case 1, 4:
|
||||||
|
log.ZDebug(context.Background(), "1", sessionType)
|
||||||
if fl.StructFieldName() == "RecvID" {
|
if fl.StructFieldName() == "RecvID" {
|
||||||
|
log.ZDebug(context.Background(), "2", sessionType)
|
||||||
|
|
||||||
return fl.Field().String() != ""
|
return fl.Field().String() != ""
|
||||||
}
|
}
|
||||||
case 2, 3:
|
case 2, 3:
|
||||||
|
log.ZDebug(context.Background(), "3", sessionType)
|
||||||
|
|
||||||
if fl.StructFieldName() == "GroupID" {
|
if fl.StructFieldName() == "GroupID" {
|
||||||
|
log.ZDebug(context.Background(), "4", sessionType)
|
||||||
|
|
||||||
return fl.Field().String() != ""
|
return fl.Field().String() != ""
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user