| | |
| | | //初始化初复诊信息 |
| | | if(OrderTotalConstants.STATUS_CANCEL == oldStatus |
| | | && oldStatus != ordersTotal.getStatus()){ |
| | | OrderUtil.reCalcOderBothTheOneData(commonService, VisitRecordMapper.class,null,ordersTotal.getUserId(), BaseEntity.NO); |
| | | // OrderUtil.reCalcOrderBothTheOneData(commonService, VisitRecordMapper.class,null,ordersTotal.getUserId(), BaseEntity.NO); |
| | | // 处理方法调整 |
| | | OrderUtil.reCalcOrderBothTheOneTask(commonService, ordersTotal.getUserId()); |
| | | } |
| | | |
| | | //额外的操作,升降级,收入确认表 |
| | |
| | | |
| | | //初始化初复诊信息 |
| | | if(OrderTotalConstants.STATUS_CANCEL == ordersTotal.getStatus()){ |
| | | OrderUtil.reCalcOderBothTheOneData(commonService, VisitRecordMapper.class,null,ordersTotal.getUserId(), BaseEntity.NO); |
| | | // OrderUtil.reCalcOrderBothTheOneData(commonService, VisitRecordMapper.class,null,ordersTotal.getUserId(), BaseEntity.NO); |
| | | // 处理方法调整 |
| | | OrderUtil.reCalcOrderBothTheOneTask(commonService, ordersTotal.getUserId()); |
| | | } |
| | | |
| | | return ordersTotal; |