Commit 97f7f48c authored by hongguangwu's avatar hongguangwu

MVP1.7.10-单个推送接口

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