上传装备洗练代码

This commit is contained in:
liwei1dao 2022-10-25 17:08:34 +08:00
parent b6906179ff
commit 10e2ae2fd9

View File

@ -32,7 +32,7 @@ func (this *apiComp) WashConfirm(session comm.IUserSession, req *pb.EquipmentWas
code = pb.ErrorCode_SystemError
return
}
if len(equip.AdverbEntry) == len(req.Pids) {
if len(equip.AdverbEntry) != len(req.Pids) {
code = pb.ErrorCode_ReqParameterError
return
}