更新flag标识

This commit is contained in:
jsowell
2026-05-28 13:59:09 +08:00
parent 1c44b2242c
commit 2d8e5f1ba7
4 changed files with 438 additions and 3 deletions

View File

@@ -166,7 +166,9 @@ public class PaymentTestController {
public void refreshAdapayUnsplitRecordHandleFlagTest() {
String startTime = "2025-01-11 06:51:00";
String endTime = "2026-01-29 09:28:00";
adapayUnsplitRecordHandleService.refreshAdapayUnsplitRecordHandleFlag(startTime, endTime, wechatAppId1, null);
// adapayUnsplitRecordHandleService.refreshAdapayUnsplitRecordHandleFlag(startTime, endTime, wechatAppId1, null);
adapayUnsplitRecordHandleService.syncAndRefreshFlagsFromAdapay(startTime, endTime, wechatAppId1, null);
}
/**
@@ -174,8 +176,8 @@ public class PaymentTestController {
*/
@Test
public void refreshAdapayUnsplitRecordHandleFlagTestV2() {
String paymentId = "002212025100717133810821564090057555968";
adapayUnsplitRecordHandleService.refreshAdapayUnsplitRecordHandleFlag(paymentId, wechatAppId1);
String paymentId = "002212025100511252110820751665557659648";
adapayUnsplitRecordHandleService.syncAndRefreshFlagsFromAdapay(paymentId, wechatAppId1);
}
/**