소스 검색

add 注释修改

周箭河 4 년 전
부모
커밋
1cd9963341
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ReplacementInstrumentActivityMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/ReplacementInstrumentActivityMapper.xml

@@ -148,7 +148,7 @@
                 AND ri.specification_ = #{specification}
             </if>
             <if test="organId != null">
-                AND FIND_IN_SET(o.organ_id_ , #{organId})
+                AND FIND_IN_SET(o.id_ , #{organId})
             </if>
             <if test="search!=null and search!=''">
                 AND (ria.mobile_no_ LIKE CONCAT('%', #{search}, '%') OR ria.user_name_ LIKE CONCAT('%', #{search}, '%'))