任务2.4
This commit is contained in:
		@@ -45,16 +45,15 @@ func NewApplication(configPath string) (*Application, error) {
 | 
			
		||||
		cfg.Server,
 | 
			
		||||
		logger,
 | 
			
		||||
		infra.Repos.UserRepo,
 | 
			
		||||
		infra.Repos.PlanRepo,
 | 
			
		||||
		appServices.PigFarmService,
 | 
			
		||||
		appServices.PigBatchService,
 | 
			
		||||
		appServices.MonitorService,
 | 
			
		||||
		appServices.DeviceService,
 | 
			
		||||
		appServices.PlanService,
 | 
			
		||||
		infra.TokenService,
 | 
			
		||||
		appServices.AuditService,
 | 
			
		||||
		infra.NotifyService,
 | 
			
		||||
		infra.Lora.ListenHandler,
 | 
			
		||||
		domain.AnalysisPlanTaskManager,
 | 
			
		||||
	)
 | 
			
		||||
 | 
			
		||||
	// 4. 组装 Application 对象
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user