...
|
...
|
@@ -150,7 +150,7 @@ func (cooperationContractService *CooperationContractService) ListCooperationCon |
|
|
DisableLimit: true,
|
|
|
EnableDistinctPrimaryID: true,
|
|
|
PrimaryIDList: primaryIdList,
|
|
|
Source: domain.BlockChainSourceCooperationProject,
|
|
|
Source: domain.BlockChainSourceCooperationContract,
|
|
|
})
|
|
|
if err != nil {
|
|
|
return 0, nil, application.ThrowError(application.BUSINESS_ERROR, err.Error())
|
...
|
...
|
|