|
@@ -437,7 +437,6 @@ func (ptr *CooperationStatisticsService) DividendsStatistics(queryOptions map[st |
|
@@ -437,7 +437,6 @@ func (ptr *CooperationStatisticsService) DividendsStatistics(queryOptions map[st |
437
|
if err := creditAccountDao.DividendsStatistics(map[string]interface{}{
|
437
|
if err := creditAccountDao.DividendsStatistics(map[string]interface{}{
|
438
|
"companyId": request.CompanyId,
|
438
|
"companyId": request.CompanyId,
|
439
|
"orgId": request.OrgId,
|
439
|
"orgId": request.OrgId,
|
440
|
- "userId": request.UserId,
|
|
|
441
|
"userBaseId": request.UserBaseId,
|
440
|
"userBaseId": request.UserBaseId,
|
442
|
"paymentBeginTime": queryOptions["beginTime"],
|
441
|
"paymentBeginTime": queryOptions["beginTime"],
|
443
|
"paymentEndTime": queryOptions["endTime"],
|
442
|
"paymentEndTime": queryOptions["endTime"],
|
|
@@ -453,7 +452,6 @@ func (ptr *CooperationStatisticsService) DividendsStatistics(queryOptions map[st |
|
@@ -453,7 +452,6 @@ func (ptr *CooperationStatisticsService) DividendsStatistics(queryOptions map[st |
453
|
if err := creditAccountDao.DividendsStatistics(map[string]interface{}{
|
452
|
if err := creditAccountDao.DividendsStatistics(map[string]interface{}{
|
454
|
"companyId": request.CompanyId,
|
453
|
"companyId": request.CompanyId,
|
455
|
"orgId": request.OrgId,
|
454
|
"orgId": request.OrgId,
|
456
|
- "userId": request.UserId,
|
|
|
457
|
"userBaseId": request.UserBaseId,
|
455
|
"userBaseId": request.UserBaseId,
|
458
|
"paymentBeginTime": queryOptions["beginTime"],
|
456
|
"paymentBeginTime": queryOptions["beginTime"],
|
459
|
"paymentEndTime": queryOptions["endTime"],
|
457
|
"paymentEndTime": queryOptions["endTime"],
|