上传装备洗练代码
This commit is contained in:
parent
b6906179ff
commit
10e2ae2fd9
@ -32,7 +32,7 @@ func (this *apiComp) WashConfirm(session comm.IUserSession, req *pb.EquipmentWas
|
|||||||
code = pb.ErrorCode_SystemError
|
code = pb.ErrorCode_SystemError
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if len(equip.AdverbEntry) == len(req.Pids) {
|
if len(equip.AdverbEntry) != len(req.Pids) {
|
||||||
code = pb.ErrorCode_ReqParameterError
|
code = pb.ErrorCode_ReqParameterError
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user