update 新增会员id字段

This commit is contained in:
2023-08-23 14:31:45 +08:00
parent 871f161d74
commit 763022ef49
2 changed files with 5 additions and 4 deletions

View File

@@ -249,11 +249,11 @@ public class SpringBootTestController {
try {
dto.setPageNo(1);
dto.setPageSize(100);
dto.setAcctType("03");
dto.setAcctType("01");
dto.setWechatAppId("wxbb3e0d474569481d");
dto.setAdapayMemberId("0");
dto.setBeginDate("20230801");
dto.setEndDate("20230807");
dto.setAdapayMemberId("ACM69424215");
dto.setBeginDate("20230823");
dto.setEndDate("20230823");
adapayService.queryAcctFlowList(dto);
} catch (BaseAdaPayException e) {
throw new RuntimeException(e);