From ad7151b14f2721b0fa40a903c6e65a2c511dd4c5 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期四, 27 七月 2023 15:08:13 +0800
Subject: [PATCH] LIMS管理系统框架-开发7-27第二次标准库完成修改
---
inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml b/inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml
index d323a95..ed388bb 100644
--- a/inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml
+++ b/inspection-server/src/main/resources/mapper/InspectionProductListMapper.xml
@@ -12,7 +12,22 @@
</insert>
<select id="selectByMaterId" resultType="com.yuanchu.limslaboratory.pojo.InspectionProductList">
- select name,method,ask,unit,required,internal, start_time, end_time, user_id, instrument_id
+ select id,
+ name,
+ method,
+ ask,
+ unit,
+ required,
+ internal,
+ start_time,
+ end_time,
+ state,
+ create_time,
+ update_time,
+ version,
+ inspection_material_list_id,
+ user_id,
+ instrument_id
from lims_laboratory.inspection_product_list
where inspection_material_list_id = #{id}
</select>
--
Gitblit v1.9.3