周箭河 преди 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}, '%'))