소스 검색

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}
         </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},'%')