From dd571bf55de7f9a72d458adc179958ed2f9473c0 Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期一, 21 八月 2023 09:39:09 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- standard-server/src/main/resources/mapper/ProductMapper.xml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/standard-server/src/main/resources/mapper/ProductMapper.xml b/standard-server/src/main/resources/mapper/ProductMapper.xml index 29b90c5..5de0d90 100644 --- a/standard-server/src/main/resources/mapper/ProductMapper.xml +++ b/standard-server/src/main/resources/mapper/ProductMapper.xml @@ -13,13 +13,14 @@ <!--灞曠ず璇ュ瀷鍙蜂笅鐨勬楠岄」鐩姹�--> <select id="pageProductInformation" resultType="java.util.Map"> - select name, + select id, + name, father, unit, required, internal from lims_laboratory.product - where state=1 - and specifications_id=#{specificationsId} + where state = 1 + and specifications_id = #{specificationsId} </select> </mapper> -- Gitblit v1.9.3