|
@ -132,6 +132,8 @@ public class DoorOrderService {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
BasePatientDao basePatientDao;
|
|
BasePatientDao basePatientDao;
|
|
|
|
@Autowired
|
|
|
|
ServiceItemPlanDao serviceItemPlanDao;
|
|
|
|
|
|
// @Autowired
|
|
// @Autowired
|
|
// private SignFamilyDao signFamilyDao;
|
|
// private SignFamilyDao signFamilyDao;
|
|
@ -1343,6 +1345,14 @@ public class DoorOrderService {
|
|
// BigDecimal cashPrice = this.calculateCash(String.valueOf(map.get("cashPrice")), orderId, level, times);
|
|
// BigDecimal cashPrice = this.calculateCash(String.valueOf(map.get("cashPrice")), orderId, level, times);
|
|
// one.setTotalFee(cashPrice);
|
|
// one.setTotalFee(cashPrice);
|
|
doorServiceOrderDao.save(one);
|
|
doorServiceOrderDao.save(one);
|
|
|
|
|
|
|
|
//
|
|
|
|
String signId = one.getSignId();//签约id
|
|
|
|
String packageId = one.getPackageId();//服务包id
|
|
|
|
Date date = new Date();
|
|
|
|
//更新计划状态为完成
|
|
|
|
serviceItemPlanDao.updateState(signId,packageId,date);
|
|
|
|
|
|
WlyyDoorServiceOrderDO doorServiceOrderDO = this.getDoorServiceOrderById(orderId, level);
|
|
WlyyDoorServiceOrderDO doorServiceOrderDO = this.getDoorServiceOrderById(orderId, level);
|
|
|
|
|
|
// 发送微信通知 待付款
|
|
// 发送微信通知 待付款
|