Commit 58d1d275 by huiyang.chen

Merge branch 'feature-2020/6/29-1.9.29-围餐-会阳' into qa

parents 59f40da9 b3058148
...@@ -171,7 +171,7 @@ public class OrderCommonService { ...@@ -171,7 +171,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