正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -150,7 +150,7 @@ func (cooperationContractService *CooperationContractService) ListCooperationCon | @@ -150,7 +150,7 @@ func (cooperationContractService *CooperationContractService) ListCooperationCon | ||
150 | DisableLimit: true, | 150 | DisableLimit: true, |
151 | EnableDistinctPrimaryID: true, | 151 | EnableDistinctPrimaryID: true, |
152 | PrimaryIDList: primaryIdList, | 152 | PrimaryIDList: primaryIdList, |
153 | - Source: domain.BlockChainSourceCooperationProject, | 153 | + Source: domain.BlockChainSourceCooperationContract, |
154 | }) | 154 | }) |
155 | if err != nil { | 155 | if err != nil { |
156 | return 0, nil, application.ThrowError(application.BUSINESS_ERROR, err.Error()) | 156 | return 0, nil, application.ThrowError(application.BUSINESS_ERROR, err.Error()) |
-
请 注册 或 登录 后发表评论