Commit f8e542cb authored by 季圣华's avatar 季圣华
Browse files

给部分表增加启用状态和排序字段,完善对应接口

parent 8906294c
......@@ -10,6 +10,7 @@
and name like #{bindName}
</if>
and ifnull(delete_flag,'0') !='1'
order by id desc
<if test="offset != null and rows != null">
limit #{offset},#{rows}
</if>
......
Supports Markdown
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