Commit 2c3260ba authored by huyuchen's avatar huyuchen

明细接口改造

parent 7b0b2210
......@@ -2467,7 +2467,7 @@
a.PUSH_STATUS = '1' AND a.FUND_ID IS NOT NULL AND a.CREATE_BY = #{userId}
<include refid="tPaymentInfo_export_where"/>
</where>
limit #{k},10000
limit #{k},1000
</select>
<!--tPaymentInfo公积金推送查询-->
......@@ -2478,7 +2478,7 @@
FROM t_payment_info a
where
a.PUSH_STATUS = '1' AND a.FUND_ID IS NOT NULL AND lOCK_STATUS = '1'
limit #{k},10000
limit #{k},1000
</select>
<!--tPaymentInfo社保收入推送查询-->
......
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