后续添加
parent
3048f8a305
commit
e875b3688d
|
@ -859,6 +859,7 @@ private static int judgePushCondition(User user,SPackPushConfig con){
|
||||||
if(null ==sRechargeCommodityConfig) {
|
if(null ==sRechargeCommodityConfig) {
|
||||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
|
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
|
||||||
}
|
}
|
||||||
|
//todo 这里要加购买礼包的校验,然后把发货时的校验删掉
|
||||||
String order ;
|
String order ;
|
||||||
if(sRechargeCommodityConfig.getPrice()==0){
|
if(sRechargeCommodityConfig.getPrice()==0){
|
||||||
order = "0";//免费礼包不需要订单号
|
order = "0";//免费礼包不需要订单号
|
||||||
|
|
Loading…
Reference in New Issue