切换导航条
此项目
正在载入...
登录
allied-creation
/
allied-creation-gateway
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
yangfu
3 years ago
提交
6f24b36231094b9916e019e04942fabf58fdf1e7
1 个父辈
d8582260
支付排行修改
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
pkg/application/mobile/cooperation/service/contract_dividends_person.go
pkg/application/mobile/cooperation/service/credit_accounts_person.go
pkg/application/mobile/cooperation/service/contract_dividends_person.go
查看文件 @
6f24b36
...
...
@@ -16,6 +16,7 @@ func (srv PersonDividendsService) GetDividendContracts(cmd *command.GetDividendC
cmd
.
Operator
)
result
,
err
:=
gateway
.
CooperationStatistics
(
allied_creation_cooperation
.
GetContractDividends
,
map
[
string
]
interface
{}{
"contractId"
:
cmd
.
ContractId
,
"userBaseId"
:
cmd
.
Operator
.
UserBaseId
,
})
if
err
!=
nil
{
return
nil
,
application
.
ThrowError
(
application
.
BUSINESS_ERROR
,
err
.
Error
())
...
...
pkg/application/mobile/cooperation/service/credit_accounts_person.go
查看文件 @
6f24b36
...
...
@@ -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
,
...
...
请
注册
或
登录
后发表评论