上传回收代码

This commit is contained in:
liwei1dao 2023-03-30 20:50:49 +08:00
parent c832d16998
commit 7e1ca9f7b5

View File

@ -260,7 +260,7 @@ func (this *Equipment) RecycleEquipments(session comm.IUserSession, equs []strin
code = pb.ErrorCode_EquipmentNoCanSell code = pb.ErrorCode_EquipmentNoCanSell
return return
} }
if sellconf, err = this.configure.getSellcoefficient(int32(len(v.AdverbEntry))); err != nil { if sellconf, err = this.configure.getSellcoefficient(int32(len(v.AdverbEntry) + 1)); err != nil {
this.Errorln(err) this.Errorln(err)
code = pb.ErrorCode_ConfigNoFound code = pb.ErrorCode_ConfigNoFound
return return