直购充值

back_recharge
mengchengzhen 2021-05-31 12:15:17 +08:00
parent 93fca9a83b
commit 2dd6b4c382
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ public class BuyGoodsNewLogic {
ISession session = OnlineUserManager.getSessionByUid(user.getId());
int type = config.getType();
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);
}