刘俊驰 hai 9 meses
pai
achega
0079ec8605

+ 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