Browse Source

2025-05-08

master
qiezi 8 months ago
parent
commit
3ffa6e6979
  1. 2
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

2
src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

@ -263,7 +263,7 @@
</if> </if>
where b.bu_no = #{buNo} where b.bu_no = #{buNo}
and b.site = #{site} and b.site = #{site}
and r.site = #{site}
order by a.username desc order by a.username desc
</select> </select>

Loading…
Cancel
Save