From 143982ce873b4e868d52cb5315f939386c0fb22c Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期六, 06 四月 2024 13:08:29 +0800 Subject: [PATCH] 新增样品管理文件,完成仓库新增和查询 --- inspect-server/src/main/resources/mapper/InsProductMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/InsProductMapper.xml b/inspect-server/src/main/resources/mapper/InsProductMapper.xml index c51b9d4..608bf85 100644 --- a/inspect-server/src/main/resources/mapper/InsProductMapper.xml +++ b/inspect-server/src/main/resources/mapper/InsProductMapper.xml @@ -46,4 +46,7 @@ left join ins_product ip on isa.id = ip.ins_sample_id where io.id = #{orderId} </select> + <select id="selectUserById" resultType="java.util.Map"> + select name,company,phone,address from user where id = #{userId} + </select> </mapper> -- Gitblit v1.9.3