From f9b978a86ce05171dd230ff078e96e420d60c659 Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期五, 01 八月 2025 13:04:37 +0800 Subject: [PATCH] yys 修改ifs的api密码 --- inspect-server/src/main/resources/mapper/InsProductResultMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/InsProductResultMapper.xml b/inspect-server/src/main/resources/mapper/InsProductResultMapper.xml index 0a42c74..519d61a 100644 --- a/inspect-server/src/main/resources/mapper/InsProductResultMapper.xml +++ b/inspect-server/src/main/resources/mapper/InsProductResultMapper.xml @@ -31,7 +31,8 @@ <!-- 鏍规嵁璁㈠崟id鏌ヨ妫�楠岀粨鏋� --> <select id="selectResultByOrderId" resultType="com.ruoyi.inspect.pojo.InsProductResult"> - select ipr.equip_value + select ipr.equip_value, + ipr.create_user from ins_product_result ipr left join ins_product ip on ip.id = ipr.ins_product_id left join ins_sample is2 on is2.id = ip.ins_sample_id -- Gitblit v1.9.3