刘俊驰 8 ماه پیش
والد
کامیت
0079ec8605
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      mec-biz/src/main/resources/config/mybatis/MemberRankSettingMapper.xml

+ 3 - 0
mec-biz/src/main/resources/config/mybatis/MemberRankSettingMapper.xml

@@ -85,6 +85,9 @@
             <if test="updateEndTime !=null">
                 AND mrs.update_time_ &lt;= #{updateEndTime}
             </if>
+            <if test="name !=null and name != ''">
+                AND mrs.name_ LIKE CONCAT('%',#{name},'%')
+            </if>
             <if test="hasChildren !=null">
             	<if test="hasChildren == true">
 					AND mrs.parent_id_ != 0