|
|
@ -1,5 +1,6 @@ |
|
|
package com.example.demo.mapper.cash; |
|
|
package com.example.demo.mapper.cash; |
|
|
|
|
|
|
|
|
|
|
|
import com.example.demo.domain.DTO.PaymentDTO; |
|
|
import com.example.demo.domain.entity.CashRecord; |
|
|
import com.example.demo.domain.entity.CashRecord; |
|
|
import com.example.demo.domain.entity.GOrder; |
|
|
import com.example.demo.domain.entity.GOrder; |
|
|
import com.example.demo.domain.entity.RechargeActivity; |
|
|
import com.example.demo.domain.entity.RechargeActivity; |
|
|
@ -59,4 +60,6 @@ public interface CashCollectionMapper { |
|
|
List<CashCollection> selectBatchIds(Set<Integer> relatedIds); |
|
|
List<CashCollection> selectBatchIds(Set<Integer> relatedIds); |
|
|
//根据glodcoin订单号查询收款订单 |
|
|
//根据glodcoin订单号查询收款订单 |
|
|
CashCollection selectByGoldCoinOrderCode(String orderNo); |
|
|
CashCollection selectByGoldCoinOrderCode(String orderNo); |
|
|
|
|
|
|
|
|
|
|
|
void updateByGoldCoinOrderCode(PaymentDTO paymentDTO); |
|
|
} |
|
|
} |