...
|
...
|
@@ -78,7 +78,7 @@ func (srv PersonCreditAccountService) PaymentHistoryStatistics(cmd *command.Cred |
|
|
gateway := allied_creation_cooperation.NewHttplibAlliedCreationCooperation(
|
|
|
cmd.Operator)
|
|
|
queryOptions := map[string]interface{}{
|
|
|
"orgId": cmd.Operator.OrgId,
|
|
|
//"orgId": cmd.Operator.OrgId,
|
|
|
"userBaseId": cmd.Operator.UserBaseId,
|
|
|
"offset": cmd.PageNumber * cmd.PageSize,
|
|
|
"limit": cmd.PageSize,
|
...
|
...
|
|