back_recharge
duhui 2023-01-24 08:25:34 +08:00
parent 9c4b21e7ef
commit f32826aa3e
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ public class BuyGoodsNewLogic {
* @return
*/
private static boolean isRmbBuy(String orderId){
return !gm_modifier.equals(orderId);
return !gm_modifier.equals(orderId) && !test_buy_order.equals(orderId) && !support_order.equals(orderId);
}
/**
@ -299,7 +299,7 @@ public class BuyGoodsNewLogic {
// 更新入库
MongoUtil.getLjsdMongoTemplate().lastUpdate();
// 扶持订单不需要上报
if(price>0 && !orderId.equals(support_order)) {
if(price>0 && isRmbBuy(orderId)) {
MessageUtil.sendIndicationMessage(session, 1, MessageTypeProto.MessageType.RECHARGE_SUCCESS_INDICATION_VALUE,
PlayerInfoProto.RechargeSuccessIndication.newBuilder().setOrderId(orderId).build(), true);
// 开天上报