|  |  | 
 |  |  |     needSpace = int(math.ceil(float(compoundCnt) / makeItemData.GetPackCount()))
 | 
 |  |  |     emptySpace = ItemCommon.GetItemPackSpace(curPlayer, packType, needSpace)
 | 
 |  |  |     #验证背包空间
 | 
 |  |  |     if needSpace > emptySpace:
 | 
 |  |  |     if needSpace > emptySpace and packType not in [ShareDefine.rptDogzItem]:
 | 
 |  |  |         #PlayerControl.NotifyCode(curPlayer, "GeRen_lhs_202580")
 | 
 |  |  |         PlayerControl.NotifyCode(curPlayer, "GeRen_chenxin_676165", [packType])
 | 
 |  |  |         GameWorld.DebugLog("背包空间不足!packType=%s,needSpace=%s > emptySpace=%s" % (packType, needSpace, emptySpace), playerID)
 |