Merge branch 'master_test_gn' of http://60.1.1.230/backend/jieling_server into master_test_gn

back_recharge
jiahuiwen 2021-10-16 17:47:07 +08:00
commit 07ef70e1d9
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ public class BuyGoodsNewLogic {
info.setTypePushTimeMap(conditionType,System.currentTimeMillis() + con.getPrivateCD() * TimeUtils.HOUR);
info.setDayPushNum(pushId,1);
info.setAllPuthNum(pushId,1);
boolean tempPush = createPushBag(bagId,user,num);
boolean tempPush = createPushBag(bagId,user,1);
if(!push){
push = tempPush;
}