From 1848ed68730934dc33f73ffb8ed52d28aefc9356 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Fri, 9 May 2025 14:35:17 +0800 Subject: [PATCH] 2025-05-08 --- .../mapper/sampleManagement/TechnicalSpecificationMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml index dec06cc2..87114a7a 100644 --- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml +++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml @@ -262,7 +262,9 @@ inner join AccessRole r on r.username = a.username and r.role_no = #{roleNo} where b.bu_no = #{buNo} + and b.site = #{site} + and r.site = #{site} order by a.username desc