| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -179,15 +179,23 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						            AND SOURCE_TYPE = #{type} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						        <if test='"1" == dateType'> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                <if test="startDate != null and startDate != '' "> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    AND DATE_FORMAT(CREATED_TIME,'%Y') = #{startDate} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						        <if test='"2" == dateType'> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                <if test="startDate != null and startDate != '' "> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						                AND DATE_FORMAT(CREATED_TIME,'%Y%m') = #{startDate} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						        <if test='"3" == dateType'> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                <if test="startDate != null and startDate != '' "> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						                AND DATE_FORMAT(CREATED_TIME,'%Y%m') >= #{startDate} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                <if test="endDate != null and endDate != '' "> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                    AND DATE_FORMAT(CREATED_TIME,'%Y%m') <= #{endDate} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        ORDER BY | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            CREATED_TIME DESC | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </select> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |