diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml index 87114a7a..dd4d4613 100644 --- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml +++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml @@ -263,9 +263,9 @@ where b.bu_no = #{buNo} - and b.site = #{site} + and r.site = #{site} - and r.site = #{site} + and b.site = #{site} order by a.username desc