作者 yangfu

合约分红统计修改

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