Commit 710e3a11 authored by 位宇华's avatar 位宇华

倒序-代码提交

parent 2649e071
...@@ -61,6 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -61,6 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="mining != null "> and ssk_id = #{mining}</if> <if test="mining != null "> and ssk_id = #{mining}</if>
<if test="date != null "> and date = #{date}</if> <if test="date != null "> and date = #{date}</if>
</where> </where>
order by t1.id desc
</select> </select>
<select id="selectActSuppliesHistorydataById" parameterType="Long" resultMap="ActSuppliesHistorydataResult"> <select id="selectActSuppliesHistorydataById" parameterType="Long" resultMap="ActSuppliesHistorydataResult">
......
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