|
@@ -85,6 +85,9 @@
|
|
|
<if test="updateEndTime !=null">
|
|
|
AND mrs.update_time_ <= #{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
|