ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCheckController.java
@@ -494,6 +494,7 @@ if (customerService.updateById(customer)) { LambdaQueryWrapper<TbTransition> wqq = new LambdaQueryWrapper<>(); wqq.eq(TbTransition::getCusId, customer.getCusIdcard()); wqq.eq(TbTransition::getCardId,customer.getCardId()); transitionService.remove(wqq); asyncService.updateCheckType(tjNumber); return AjaxResult.success("操作成功");