From 30f6da8bf0143906b42fa600f6a604cea6c81f71 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期三, 26 七月 2023 09:16:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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