汇付支付 执行退款

This commit is contained in:
2023-05-27 16:01:27 +08:00
parent 35413920d3
commit 6cba1f84c5
9 changed files with 83 additions and 7 deletions

View File

@@ -13,6 +13,8 @@ public interface AdapayCallbackRecordMapper {
AdapayCallbackRecord selectByPrimaryKey(Integer id);
AdapayCallbackRecord selectByOrderCode(String orderCode);
int updateByPrimaryKeySelective(AdapayCallbackRecord record);
int updateByPrimaryKey(AdapayCallbackRecord record);