Browse Source

2025-05-08

master
qiezi 8 months ago
parent
commit
cb18e6de03
  1. 4
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

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

@ -263,9 +263,9 @@
</if>
where b.bu_no = #{buNo}
<if test="roleNo != null and roleNo != ''">
and b.site = #{site}
</if>
and r.site = #{site}
</if>
and b.site = #{site}
order by a.username desc
</select>

Loading…
Cancel
Save