Commit 0f3627b0 by 刘鹏飞

美业的channelType增加beautiful

parent eb8c3385
...@@ -3547,6 +3547,8 @@ public class OrderServiceImpl implements Orderservice { ...@@ -3547,6 +3547,8 @@ public class OrderServiceImpl implements Orderservice {
channelType = OrderChannelType.SAASMALL.getCode(); channelType = OrderChannelType.SAASMALL.getCode();
} else if (UserLoginChannelEnum.APP.getCode().equals(userLoginInfoDto.getChannel())) { } else if (UserLoginChannelEnum.APP.getCode().equals(userLoginInfoDto.getChannel())) {
channelType = OrderChannelType.APP.getCode(); channelType = OrderChannelType.APP.getCode();
}else if(OrderChannelType.BEAUTIFUL.getCode().equals(queryOrderVo.getChannelType())){
channelType = OrderChannelType.BEAUTIFUL.getCode();
} }
return channelType; return channelType;
} }
......
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