...
|
...
|
@@ -178,7 +178,7 @@ func (ptr *CooperationStatisticsService) getCompanyContracts(orgId, userId int64 |
|
|
|
|
|
//getRelevantContracts 获取相关人的合约
|
|
|
func (ptr *CooperationStatisticsService) getRelevantContracts(queryOptions map[string]interface{}) ([]string, error) {
|
|
|
undertakerRepository, _ := repository.NewCooperationContractRelevantRepository(ptr.transactionContext)
|
|
|
undertakerRepository, _ := repository.NewCooperationContractUndertakerRepository(ptr.transactionContext)
|
|
|
_, undertakers, err := undertakerRepository.Find(queryOptions)
|
|
|
var numbers []string
|
|
|
for i := range undertakers {
|
...
|
...
|
|