Commit ac14a5eb by 王军业

[修改回款信息]

1 parent 6d08bdda
......@@ -34,7 +34,8 @@
)
</insert>
<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 !=''">
reback_progress = #{reback_progress},
</if>
......@@ -47,7 +48,7 @@
<if test="reback_note !=null and reback_note !=''">
reback_note = #{reback_note}
</if>
)
</set>
where reback_unid = #{reback_unid}
</update>
<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!