Commit ab1c348b authored by hongguangwu's avatar hongguangwu

MVP1.5.1-收入证明等

parent f640db94
...@@ -95,5 +95,6 @@ ...@@ -95,5 +95,6 @@
1=1 1=1
<include refid="tProveApply_where"/> <include refid="tProveApply_where"/>
</where> </where>
order by a.creat_date desc
</select> </select>
</mapper> </mapper>
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
1=1 1=1
<include refid="tProveRecord_where"/> <include refid="tProveRecord_where"/>
</where> </where>
order by a.creat_date desc
</select> </select>
<!--导出查条数--> <!--导出查条数-->
...@@ -164,6 +165,7 @@ ...@@ -164,6 +165,7 @@
1=1 1=1
<include refid="tProveRecord_where"/> <include refid="tProveRecord_where"/>
</where> </where>
order by a.creat_date desc
<if test="tProveRecord != null"> <if test="tProveRecord != null">
<if test="tProveRecord.limitStart != null"> <if test="tProveRecord.limitStart != null">
limit #{tProveRecord.limitStart},#{tProveRecord.limitEnd} limit #{tProveRecord.limitStart},#{tProveRecord.limitEnd}
......
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