Browse Source

2023-06-28,设备和质量修改

java8
杨奉源 3 years ago
parent
commit
e85ebc51d2
  1. 2
      src/main/resources/mapper/pms/EamMapper.xml

2
src/main/resources/mapper/pms/EamMapper.xml

@ -1551,7 +1551,7 @@ b.MinValue,b.ItemRemark,b.ItemType
dept_name
FROM view_eam_department
<where>
site = #{site}
1 = 1
<if test = "deptId != null and deptId != ''">
AND dept_id LIKE '%' + #{deptId}+'%'
</if>

Loading…
Cancel
Save