区分 仓库和礼品卡类型

This commit is contained in:
季圣华
2018-12-22 21:32:00 +08:00
parent 9750415a38
commit 71fbc8a573
3 changed files with 7 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
<if test="remark != null">
and remark like '%${remark}%'
</if>
order by sort asc
<if test="offset != null and rows != null">
limit #{offset},#{rows}
</if>