瀏覽代碼

1804 应急预警-预案管理,关联实验室关键字通过1.1_1查不到数据,通过1_1能查到数据
1805 应急预警-预案管理,关联实验室通过类型查询到数据与查询条件不符。

hanzhiwei 3 年之前
父節點
當前提交
a31ab1027f

+ 3 - 3
zd-modules/zd-modules-laboratory/src/main/resources/mapper/laboratory/LabSubjectMapper.xml

@@ -631,7 +631,7 @@
             </if>
             <if test="searchValue != null ">
                 and (s.name like concat('%', #{searchValue}, '%')
-                or u.nick_name like concat('%', #{adminName}, '%'))
+                or u.nick_name like concat('%', #{searchValue}, '%'))
             </if>
             <if test="buildId != null ">
                 and s.build_id = #{buildId}
@@ -648,8 +648,8 @@
             <if test="level != null">
                 and s.level = #{level}
             </if>
-            <if test="typeId != null">
-                and s.type_id = #{typeId}
+            <if test="moldId != null">
+                and s.mold_id = #{moldId}
             </if>
             <if test="adminName != null">
                 and u.nick_name like concat('%', #{adminName}, '%')