Commit b3058148 by huiyang.chen

储值卡

parent d11d8de7
...@@ -175,7 +175,7 @@ public class OrderCommonService { ...@@ -175,7 +175,7 @@ public class OrderCommonService {
if (!ObjectUtils.equals(ResponseCodeConstant.RESPONSE_SUCCESS, baseOrderResponse.getErrcode())) { if (!ObjectUtils.equals(ResponseCodeConstant.RESPONSE_SUCCESS, baseOrderResponse.getErrcode())) {
throw new ServiceException(ResponseResult.ORDER_EDIT_ERROR,baseOrderResponse.getErrmsg()); throw new ServiceException(ResponseResult.ORDER_EDIT_ERROR,baseOrderResponse.getErrmsg());
} }
if (orderBean.getAmount() > 0) { if (orderBean.getAmount() > 0 && StringUtils.isBlank(cardCode)) {
createOrderResponseVo.setPaySuccess(false); createOrderResponseVo.setPaySuccess(false);
} else { } else {
createOrderResponseVo.setPaySuccess(true); createOrderResponseVo.setPaySuccess(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment