提交 3041dd5e 编写于 作者: F fengjin

正在enter的mapper文件下加入更新的方法用于支付宝支付

上级 b1439a62
......@@ -35,4 +35,9 @@
update enter set fee_total=#{money},state='已结账' where enter_id=#{enterId}
</update>
<update id="updateByEnterIdToMoneyTwo" parameterType="com.hqyj.seven.pojo.Enter">
update enter set fee_total=#{money},state='已结账',fee_info=#{out_trade_no} where enter_id=#{enterId}
</update>
</mapper>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册