@ -40,6 +40,9 @@
<if test="name!=null and name!=''">
AND name LIKE concat('%',#{name},'%')
</if>
<if test="useId!=null and useId!=''">
AND use_id=#{useId}
</trim>
ORDER BY create_time DESC
</select>