Commit 4c442813 by huiyang.chen

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

parents a95ccbf5 b3058148
......@@ -175,7 +175,7 @@ public class OrderCommonService {
if (!ObjectUtils.equals(ResponseCodeConstant.RESPONSE_SUCCESS, baseOrderResponse.getErrcode())) {
throw new ServiceException(ResponseResult.ORDER_EDIT_ERROR,baseOrderResponse.getErrmsg());
}
if (orderBean.getAmount() > 0) {
if (orderBean.getAmount() > 0 && StringUtils.isBlank(cardCode)) {
createOrderResponseVo.setPaySuccess(false);
} else {
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