From 17cbd5b9f612f3d29f02f2722357ea334ede2b41 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 31 七月 2025 19:17:43 +0800
Subject: [PATCH] 提交再次试验需要将检验项目的结论重置为null
---
cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java b/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java
index c8c4075..4caa990 100644
--- a/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java
+++ b/cnas-resource-require/src/main/java/com/yuanchu/mom/controller/FeLightningProtectionController.java
@@ -33,13 +33,13 @@
* 璁炬柦鍜岀幆澧冩潯浠�-璁炬柦鍜岀幆澧冩潯浠惰姹�-闃查浄妫�娴� 鍓嶇鎺у埗鍣�
* </p>
*
- * @author 鑺杞欢锛堟睙鑻忥級鏈夐檺鍏徃
+ * @author
* @since 2024-11-07 04:16:36
*/
@Api(tags = "璁炬柦鍜岀幆澧冩潯浠惰姹�-闃查浄妫�娴�")
@RestController
@RequestMapping("/feLightningProtection")
-@CustomClazzName(name = "璧勬簮瑕佹眰",index = 6)
+
public class FeLightningProtectionController {
@Autowired
@@ -62,7 +62,7 @@
@ValueClassify(value = "璁炬柦鍜岀幆澧冩潯浠惰姹�")
@DeleteMapping("deleteLightningProtectionDetection")
@ApiOperation("璁炬柦鍜岀幆澧冩潯浠惰姹�-闃查浄妫�娴嬪垹闄�")
- public Result<?> deleteFeLightningProtection(@RequestParam("lightningProtectionId") Integer lightningProtectionId) {
+ public Result<?> deleteLightningProtectionDetection(@RequestParam("lightningProtectionId") Integer lightningProtectionId) {
feLightningProtectionService.removeById(lightningProtectionId);
return Result.success();
}
@@ -70,7 +70,7 @@
@ValueClassify(value = "璁炬柦鍜岀幆澧冩潯浠惰姹�")
@GetMapping("getLightningProtectionDetection")
@ApiOperation("璁炬柦鍜岀幆澧冩潯浠惰姹�-闃查浄妫�娴嬫煡璇�")
- public Result<IPage<FeLightningProtection>> getFeLightningProtection(Page page) {
+ public Result<IPage<FeLightningProtection>> getLightningProtectionDetection(Page page) {
IPage<FeLightningProtection> page1 = feLightningProtectionService.page(page);
return Result.success(page1);
}
--
Gitblit v1.9.3