From e046347e21a3bb4aa4ae4eb80f54bbfadb652132 Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期四, 15 一月 2026 09:11:49 +0800
Subject: [PATCH] Merge branch 'dev_New' of http://114.132.189.42:9002/r/product-inventory-management-after into dev_New

---
 src/main/resources/mapper/quality/QualityTestStandardBindingMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/quality/QualityTestStandardBindingMapper.xml b/src/main/resources/mapper/quality/QualityTestStandardBindingMapper.xml
index 6ba77c5..0cdda33 100644
--- a/src/main/resources/mapper/quality/QualityTestStandardBindingMapper.xml
+++ b/src/main/resources/mapper/quality/QualityTestStandardBindingMapper.xml
@@ -14,7 +14,8 @@
         <result column="tenant_id" property="tenantId"/>
     </resultMap>
     <select id="listBinding" resultType="com.ruoyi.quality.dto.QualityTestStandardBindingDto">
-        select *
+        select t2.product_name,
+               t1.id qualityTestStandardBindingId
         from quality_test_standard_binding t1
                  left join product t2 on t1.product_id = t2.id
         where t1.test_standard_id = #{testStandardId}

--
Gitblit v1.9.3