zhaowenxuan
2025-04-17 201396fccb358d38e4e19109f30d740fcf98ae63
ltkj-admin/src/main/java/com/ltkj/web/controller/lis/LisController.java
@@ -49,11 +49,11 @@
        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();