mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-12 18:18:03 +08:00
update
This commit is contained in:
@@ -38,4 +38,6 @@ public interface AdapayUnsplitRecordMapper {
|
||||
List<AdapayUnsplitRecord> selectByPaymentIds(@Param("list") List<String> paymentIds);
|
||||
|
||||
List<AdapayUnsplitRecordVO> queryList();
|
||||
|
||||
List<AdapayUnsplitRecord> queryFailedList(@Param("startTime") String startTime, @Param("endTime") String endTime);
|
||||
}
|
||||
@@ -35,4 +35,6 @@ public interface AdapayUnsplitRecordService{
|
||||
List<AdapayUnsplitRecord> selectByPaymentIds(List<String> paymentIds);
|
||||
|
||||
List<AdapayUnsplitRecordVO> queryList();
|
||||
|
||||
List<AdapayUnsplitRecord> queryFailedList(String startTime, String endTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user