直充弹出
parent
d21c4c9249
commit
cfda3f3281
|
@ -346,7 +346,7 @@ public class BuyGoodsNewLogic {
|
||||||
ISession session = OnlineUserManager.getSessionByUid(user.getId());
|
ISession session = OnlineUserManager.getSessionByUid(user.getId());
|
||||||
int type = config.getType();
|
int type = config.getType();
|
||||||
CommonProto.Drop.Builder drop = null;
|
CommonProto.Drop.Builder drop = null;
|
||||||
if(dropArray!=null && dropArray.length>1){
|
if(dropArray!=null && dropArray.length>=1){
|
||||||
drop = ItemUtil.drop(user,dropArray, BIReason.DIRECT_BUY);
|
drop = ItemUtil.drop(user,dropArray, BIReason.DIRECT_BUY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue