Browse Source

2024.1.17 变更

java8
yuejiayang 2 years ago
parent
commit
d6b6b0411e
  1. 3
      src/main/resources/mapper/pms/QcMapper.xml

3
src/main/resources/mapper/pms/QcMapper.xml

@ -3029,6 +3029,9 @@
<if test = "inspectionTypeNo != null and inspectionTypeNo != ''">
AND inspection_type_no = #{inspectionTypeNo}
</if>
<if test="inspectionTypeName != null and inspectionTypeName != ''">
AND dbo.qc_get_inspection_type_name(site, inspection_type_no) = #{inspectionTypeName}
</if>
</where>
</select>

Loading…
Cancel
Save