瀏覽代碼

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