فهرست منبع

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