Przeglądaj źródła

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

wangfeng 5 lat temu
rodzic
commit
fec302e52e

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

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