推送bug修改

yuanshuai 2021-10-21 15:02:12 +08:00
parent 3f86147ef3
commit c96fc8d7ec
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;
}