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