入库位置修改
parent
f8297ba50e
commit
a160805f3a
|
@ -238,9 +238,9 @@ public class BuyGoodsNewLogic {
|
|||
}
|
||||
|
||||
notifyPaySuccessFul(uid,goodsId,amount != -999);
|
||||
MongoUtil.getLjsdMongoTemplate().lastUpdate();
|
||||
sendGiftGoodsWithoutJudge(uid);
|
||||
openPush(session,user, PushRechargeType.point_recharge.getType(),goodsId,1);
|
||||
MongoUtil.getLjsdMongoTemplate().lastUpdate();
|
||||
// 扶持订单不需要上报
|
||||
if(price>0 && !orderId.equals("support-order")){
|
||||
// 以下为充值上报
|
||||
|
|
Loading…
Reference in New Issue