| | |
| | | LambdaQueryWrapper<TjCustomer> wrapper = new LambdaQueryWrapper<>(); |
| | | wrapper.eq(TjCustomer::getCusIdcard,cusId); |
| | | TjCustomer customer = customerService.getOne(wrapper); |
| | | lisApiMethod.save(tjOrder,customer,detailList); |
| | | // lisApiMethod.save(tjOrder,customer,detailList); |
| | | // 检验作废 |
| | | lisApiMethod.cancel("",tjOrder.getCardId(),customer.getCusName()); |
| | | // 检查保存 |
| | | pacsApiMethodService.save(tjOrder,customer,detailList); |
| | | // pacsApiMethodService.save(tjOrder,customer,detailList); |
| | | // 检查作废 |
| | | pacsApiMethodService.updatePacsApply("","",customer.getCusName()); |
| | | return AjaxResult.success(); |