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

放款状态sql修改

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