Commit eb8c3385 by 刘鹏飞

创建订单增加美业

parent f17016a0
......@@ -2685,6 +2685,12 @@ public class OrderServiceImpl implements Orderservice {
createOrderVo.setPayChannelType(PayChannelType.TIKTOKPAY.getIndex());
orderClient = OrderClientType.TIKTOKPAY;
}
// 美业
if (OrderChannelType.BEAUTIFUL.getCode().equals(createOrderVo.getChannelType())) {
orderClient = OrderClientType.BEAUTIFUL;
}
long totalAmount = 0;
int cardAmount = 0;
QueryOrdersResponse.DataBean.OrderBean fatherBeanListOne = new QueryOrdersResponse.DataBean.OrderBean();
......
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