Commit 0413397c authored by 黎博's avatar 黎博

放款状态sql修改

parent 1f06b4c8
......@@ -74,10 +74,10 @@
<where>
`progress` = #{progress}
<if test="channel != null">
AND `channel_id` = #{channel}
AND lah.`created_from` = #{channel}
</if>
<if test="fundId != null">
AND `funding_corp_id` = #{fundId}
AND afrr.`funding_corp_id` = #{fundId}
</if>
</where>
</select>
......
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