From 1400e91e8c807fb40707d1f4cd88a99b096242d8 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 14 八月 2025 09:45:16 +0800 Subject: [PATCH] 生成总报告数值为空逻辑校验 --- inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProduct.java | 12 ++---------- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProduct.java b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProduct.java index 0394900..36e3b9c 100644 --- a/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProduct.java +++ b/inspect-server/src/main/java/com/yuanchu/mom/pojo/InsProduct.java @@ -178,6 +178,7 @@ /** * 1锛氬悎鏍� 0锛氫笉鍚堟牸 3:涓嶅垽瀹� */ + @TableField(updateStrategy = FieldStrategy.IGNORED) private Integer insResult; /** @@ -232,15 +233,6 @@ //婀垮害 private String humidity; - private Integer insFiberId; - - private Integer insFibersId; - - private Integer insBushId; - private Integer standardMethodListId; - //杩斿洖鐨�20搴﹀父娓╃殑璁$畻鍊�(娓╁害寰幆) - @TableField(exist = false ,select = false) - private String complue; -} \ No newline at end of file +} -- Gitblit v1.9.3