Commit 63af442a by “zcwang”

add: 分页查询

parent a4a95de3
...@@ -51,19 +51,19 @@ ...@@ -51,19 +51,19 @@
<if test="supplier != null "> <if test="supplier != null ">
change_supplier = #{supplier} and change_supplier = #{supplier} and
</if> </if>
<if test="parentChangeClassId != null and changeLevel != ''"> <if test="parentChangeClassId != null">
parent_change_class_id = #{parentChangeClassId} and parent_change_class_id = #{parentChangeClassId} and
</if> </if>
<if test="sonChangeClassId != null and changeDepartment != ''"> <if test="sonChangeClassId != null">
son_change_class_id = #{sonChangeClassId} and son_change_class_id = #{sonChangeClassId} and
</if> </if>
<if test="state != null"> <if test="state != null">
`state` = #{state} and `state` = #{state} and
</if> </if>
<if test="changeCommander != null"> <if test="changeCommander != null and changeCommander != ''">
`change_commander` = #{changeCommander} and `change_commander` = #{changeCommander} and
</if> </if>
<if test="changeDepartment != null"> <if test="changeDepartment != null and changeDepartment != ''">
`change_department` = #{changeDepartment} and `change_department` = #{changeDepartment} and
</if> </if>
<if test="changeExecDepartment != null and changeExecDepartment != ''"> <if test="changeExecDepartment != null and changeExecDepartment != ''">
......
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