Commit e4665d5e by zhiwj

查询添加参数

parent d1378656
...@@ -162,5 +162,6 @@ ...@@ -162,5 +162,6 @@
<if test="search != null and search != '' "> <if test="search != null and search != '' ">
and ( data_name like concat('%', #{search}, '%') or data_classify like concat('%', #{search}, '%') ) and ( data_name like concat('%', #{search}, '%') or data_classify like concat('%', #{search}, '%') )
</if> </if>
order by create_time desc
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment