套餐加钟,修改会员折扣
This commit is contained in:
parent
91a8c9264e
commit
e1ccc3544a
|
@ -4700,6 +4700,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
|
|||
orders1.setAddPrice(orders.getPrice());
|
||||
orders1.setAddMassageTypeId(orders.getMassageTypeId());
|
||||
orders1.setAddEntryName(orders.getEntryName());
|
||||
orders1.setVipRate(orders.getVipRate());
|
||||
baseMapper.updateById(orders1);
|
||||
if (flag) {
|
||||
baseMapper.update(null, Wrappers.<Orders>lambdaUpdate()
|
||||
|
|
Loading…
Reference in New Issue