Commit 97f7f48c authored by hongguangwu's avatar hongguangwu

MVP1.7.10-单个推送接口

parent 41ab3486
...@@ -613,7 +613,6 @@ ...@@ -613,7 +613,6 @@
</if> </if>
where a.DELETE_FLAG = 0 where a.DELETE_FLAG = 0
<include refid="tSalaryAccount_where"/> <include refid="tSalaryAccount_where"/>
order by a.SETTLEMENT_MONTH asc
<if test="tSalaryAccount != null"> <if test="tSalaryAccount != null">
<if test="tSalaryAccount.limitStart != null"> <if test="tSalaryAccount.limitStart != null">
limit #{tSalaryAccount.limitStart},#{tSalaryAccount.limitEnd} limit #{tSalaryAccount.limitStart},#{tSalaryAccount.limitEnd}
...@@ -669,7 +668,6 @@ ...@@ -669,7 +668,6 @@
</if> </if>
where a.DELETE_FLAG = 0 where a.DELETE_FLAG = 0
<include refid="tSalaryAccount_where"/> <include refid="tSalaryAccount_where"/>
order by a.SETTLEMENT_MONTH asc
</select> </select>
<!--tSalaryAccount简单分页查询--> <!--tSalaryAccount简单分页查询-->
<select id="getTSalaryAccountPageDataByIds" resultMap="tSalaryAccountMap"> <select id="getTSalaryAccountPageDataByIds" resultMap="tSalaryAccountMap">
......
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