From 504ea6aa7d68491ee3a7d751e4c750d9e22600e9 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期五, 25 七月 2025 13:55:03 +0800 Subject: [PATCH] zjh20250725-2 --- ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCustomerController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCustomerController.java b/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCustomerController.java index 881388e..4b108b7 100644 --- a/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCustomerController.java +++ b/ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCustomerController.java @@ -456,7 +456,7 @@ @PostMapping @ApiOperation(value = "鏂板瀹㈡埛") @Transactional - @RepeatSubmit +// @RepeatSubmit @Log(title = "鏂板瀹㈡埛淇℃伅", businessType = BusinessType.INSERT) public AjaxResult add(@RequestBody @ApiParam(value = "瀹㈡埛瀵硅薄淇℃伅") TjCustomer tjCustomer) { if (null == tjCustomer.getCusIdcard() || null == tjCustomer.getCusPhone()) { -- Gitblit v1.8.0