套餐增加技师等级字段
This commit is contained in:
parent
accd7ae4c4
commit
3a9119f1ea
|
@ -787,6 +787,8 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
|
||||||
orders.setPayMoney(payMoney.add(taxiMoney));
|
orders.setPayMoney(payMoney.add(taxiMoney));
|
||||||
|
|
||||||
Artificer artificer = artificerService.getById(orders.getArtificerId());
|
Artificer artificer = artificerService.getById(orders.getArtificerId());
|
||||||
|
orders.setTechnicianType(artificer.getTechnicianType());
|
||||||
|
orders.setTechnicianRate(BigDecimal.ZERO);
|
||||||
//查询是否计算出租车扣费
|
//查询是否计算出租车扣费
|
||||||
String taxi = commonInfoService.findOne(394).getValue();
|
String taxi = commonInfoService.findOne(394).getValue();
|
||||||
//计算技师出租车收益(按照技师表收益计算)
|
//计算技师出租车收益(按照技师表收益计算)
|
||||||
|
|
Loading…
Reference in New Issue