...
|
...
|
@@ -437,7 +437,6 @@ func (ptr *CooperationStatisticsService) DividendsStatistics(queryOptions map[st |
|
|
if err := creditAccountDao.DividendsStatistics(map[string]interface{}{
|
|
|
"companyId": request.CompanyId,
|
|
|
"orgId": request.OrgId,
|
|
|
"userId": request.UserId,
|
|
|
"userBaseId": request.UserBaseId,
|
|
|
"paymentBeginTime": queryOptions["beginTime"],
|
|
|
"paymentEndTime": queryOptions["endTime"],
|
...
|
...
|
@@ -453,7 +452,6 @@ func (ptr *CooperationStatisticsService) DividendsStatistics(queryOptions map[st |
|
|
if err := creditAccountDao.DividendsStatistics(map[string]interface{}{
|
|
|
"companyId": request.CompanyId,
|
|
|
"orgId": request.OrgId,
|
|
|
"userId": request.UserId,
|
|
|
"userBaseId": request.UserBaseId,
|
|
|
"paymentBeginTime": queryOptions["beginTime"],
|
|
|
"paymentEndTime": queryOptions["endTime"],
|
...
|
...
|
|