From f330903e12d38af89d61f16c96856924d241a0f2 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 26 七月 2023 09:08:58 +0800 Subject: [PATCH] 查删检验计划 --- 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