无忧回调修改

This commit is contained in:
GYJ
2024-12-04 18:08:15 +08:00
parent e8a2e9bee1
commit 32a8eb78d6
5 changed files with 38 additions and 28 deletions

View File

@@ -15,6 +15,10 @@
select * from pay_details d where d.order_id=#{orderId}
</select>
<select id="selectByTradeNo" resultType="com.sqx.modules.pay.entity.PayDetails">
select * from pay_details d where d.trade_no=#{tradeNo}
</select>
<update id="updateState">
update pay_details set `state`=#{state},pay_time=#{time},trade_no=#{tradeNo} where id=#{id}
</update>
@@ -174,4 +178,4 @@
</select>
</mapper>
</mapper>