Merge branch 'master_test_gn' of http://60.1.1.230/backend/jieling_server into master_test_gn
commit
07ef70e1d9
|
@ -832,7 +832,7 @@ public class BuyGoodsNewLogic {
|
||||||
info.setTypePushTimeMap(conditionType,System.currentTimeMillis() + con.getPrivateCD() * TimeUtils.HOUR);
|
info.setTypePushTimeMap(conditionType,System.currentTimeMillis() + con.getPrivateCD() * TimeUtils.HOUR);
|
||||||
info.setDayPushNum(pushId,1);
|
info.setDayPushNum(pushId,1);
|
||||||
info.setAllPuthNum(pushId,1);
|
info.setAllPuthNum(pushId,1);
|
||||||
boolean tempPush = createPushBag(bagId,user,num);
|
boolean tempPush = createPushBag(bagId,user,1);
|
||||||
if(!push){
|
if(!push){
|
||||||
push = tempPush;
|
push = tempPush;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue