Commit ac14a5eb by 王军业

[修改回款信息]

1 parent 6d08bdda
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
) )
</insert> </insert>
<update id="updateReturnInfo" parameterType="com.vion.financial.entity.ReturnInfo"> <update id="updateReturnInfo" parameterType="com.vion.financial.entity.ReturnInfo">
update tb_return_info set ( update tb_return_info
<set>
<if test="reback_progress !=null and reback_progress !=''"> <if test="reback_progress !=null and reback_progress !=''">
reback_progress = #{reback_progress}, reback_progress = #{reback_progress},
</if> </if>
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
<if test="reback_note !=null and reback_note !=''"> <if test="reback_note !=null and reback_note !=''">
reback_note = #{reback_note} reback_note = #{reback_note}
</if> </if>
) </set>
where reback_unid = #{reback_unid} where reback_unid = #{reback_unid}
</update> </update>
<select id="queryReturnInfo" parameterType="String" resultType="com.vion.financial.entity.ReturnInfo"> <select id="queryReturnInfo" parameterType="String" resultType="com.vion.financial.entity.ReturnInfo">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!