浏览代码

ai病例质控后台维护优化6

wangfeng 5 年之前
父节点
当前提交
fec302e52e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mrman-service/src/main/resources/mapper/QcCasesEntryMapper.xml

+ 1 - 1
mrman-service/src/main/resources/mapper/QcCasesEntryMapper.xml

@@ -28,7 +28,7 @@
             AND a.cases_id = #{casesId}
             AND a.cases_id = #{casesId}
         </if>
         </if>
         <if test="modeId != null and modeId != ''">
         <if test="modeId != null and modeId != ''">
-            AND b.modeId = #{modeId}
+            AND b.id = #{modeId}
         </if>
         </if>
         <if test="name != null and name != ''">
         <if test="name != null and name != ''">
             AND a.name LIKE CONCAT('%',#{name},'%')
             AND a.name LIKE CONCAT('%',#{name},'%')