正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 { |
-
请 注册 或 登录 后发表评论