Browse Source

【CHG】修改实验室查询条件

ZhaoMn 3 năm trước cách đây
mục cha
commit
dc0dc4eaa3

+ 3 - 0
railway-system/src/main/resources/mapper/system/SysDeptMapper.xml

@@ -47,6 +47,9 @@
     <if test="deptName != null and deptName != ''">
       AND d.dept_name like concat('%', #{deptName}, '%')
     </if>
+    <if test="deptType != null and deptType != ''">
+      AND d.dept_type = #{deptType}
+    </if>
     <if test="status != null and status != ''">
       AND d.status = #{status}
     </if>