Commit e9c521c1 authored by Data-王博's avatar Data-王博

湖北消金 - 批扣文件

parent 4cb61878
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
</foreach> </foreach>
</select> </select>
<select id="getIdListByNotYetCompensation" resultType="java.lang.Long" parameterType="java.util.Map"> <select id="getIdListByNotYetCompensation" resultType="java.lang.Long" parameterType="java.util.Map">
SELECT id FROM repaymentplandetail WHERE compensationStatus=0 AND compensationDate &lt; #{compensationDate,jdbcType=TIMESTAMP} SELECT id FROM repaymentplandetail WHERE compensationStatus=0 AND compensationDate &lt;= #{compensationDate,jdbcType=TIMESTAMP}
</select> </select>
<select id="getListByCompensationDateAndLoanIds" resultMap="BaseResultMap" parameterType="java.util.Map"> <select id="getListByCompensationDateAndLoanIds" resultMap="BaseResultMap" parameterType="java.util.Map">
......
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