Commit 086f14a3 by ping.wu

Merge branches 'feature/20210115_围餐渠道修改_wuping' and 'master' of…

Merge branches 'feature/20210115_围餐渠道修改_wuping' and 'master' of http://gitlab.freemud.com/order-group-application/order-group
parents 67c6b360 50ba287c
...@@ -248,7 +248,7 @@ public class OrderAdapterServiceImpl implements OrderAdapterService { ...@@ -248,7 +248,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