Commit 50ba287c by ping.wu

支付成功围餐渠道判断修改

parent 1efaf2d4
...@@ -247,7 +247,7 @@ public class OrderAdapterServiceImpl implements OrderAdapterService { ...@@ -247,7 +247,7 @@ public class OrderAdapterServiceImpl implements OrderAdapterService {
/** /**
* 围餐处理 * 围餐处理
*/ */
if ("meals".equals(orderBean.getSource())) { if (OrderSourceType.MEAL.getCode().equals(orderBean.getSource())) {
return orderCommonService.paySuccessCallback(message, confirmOrderDto, orderBeans); return orderCommonService.paySuccessCallback(message, confirmOrderDto, orderBeans);
} }
/** /**
......
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