|  |  | @ -16,13 +16,14 @@ module.exports = function (app, opts) { | 
			
		
	
		
			
				
					|  |  |  |             const curMinOfYear = moment().diff(moment().startOf('year'), 'minutes') | 
			
		
	
		
			
				
					|  |  |  |             const configListRes = await models.AlarmPushConfig.findAll({ | 
			
		
	
		
			
				
					|  |  |  |                where: { | 
			
		
	
		
			
				
					|  |  |  |                   del: false | 
			
		
	
		
			
				
					|  |  |  |                   del: false, | 
			
		
	
		
			
				
					|  |  |  |                   disable: false | 
			
		
	
		
			
				
					|  |  |  |                }, | 
			
		
	
		
			
				
					|  |  |  |                order: ['id'], | 
			
		
	
		
			
				
					|  |  |  |                include: [{ | 
			
		
	
		
			
				
					|  |  |  |                   model: models.ProjectCorrelation, | 
			
		
	
		
			
				
					|  |  |  |                   where: { | 
			
		
	
		
			
				
					|  |  |  |                      del: false | 
			
		
	
		
			
				
					|  |  |  |                      del: false, | 
			
		
	
		
			
				
					|  |  |  |                   }, | 
			
		
	
		
			
				
					|  |  |  |                   required: true | 
			
		
	
		
			
				
					|  |  |  |                }], | 
			
		
	
	
		
			
				
					|  |  | 
 |