Commit 826e4463 by ping.wu

新商城订单退款

parent e9b4ee93
...@@ -51,7 +51,7 @@ public class OrderBeanFactory { ...@@ -51,7 +51,7 @@ public class OrderBeanFactory {
return applicationContext.getBean(MallOrderMangerServiceImpl.class); return applicationContext.getBean(MallOrderMangerServiceImpl.class);
} }
//商城不能根据渠道,根据业务类型 //商城不能根据渠道,根据业务类型
if(Objects.equals(BizTypeEnum.FM_MALL.getBizType(),orderBean.getBizType())){ if(Objects.equals(BizTypeEnum.FM_MALL.getBizType(),orderBean.getBizType())){
return applicationContext.getBean(NewMallOrderMangerServiceImpl.class); return applicationContext.getBean(NewMallOrderMangerServiceImpl.class);
} }
......
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