套餐增加技师等级字段

This commit is contained in:
曹磊 2024-07-03 13:58:24 +08:00
parent accd7ae4c4
commit 3a9119f1ea
1 changed files with 2 additions and 0 deletions

View File

@ -787,6 +787,8 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
orders.setPayMoney(payMoney.add(taxiMoney));
Artificer artificer = artificerService.getById(orders.getArtificerId());
orders.setTechnicianType(artificer.getTechnicianType());
orders.setTechnicianRate(BigDecimal.ZERO);
//查询是否计算出租车扣费
String taxi = commonInfoService.findOne(394).getValue();
//计算技师出租车收益按照技师表收益计算