|  | @ -183,17 +183,6 @@ | 
			
		
	
		
		
			
				
					|  |  |             AND staff.PROJECT_ID = #{projectId} |  |  |             AND staff.PROJECT_ID = #{projectId} | 
			
		
	
		
		
			
				
					|  |  |         </if> |  |  |         </if> | 
			
		
	
		
		
			
				
					|  |  |         AND staff.CUSTOMER_ID = #{customerId} |  |  |         AND staff.CUSTOMER_ID = #{customerId} | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |          <if test='null != projectStatus and "" != projectStatus'> |  |  |  | 
			
		
	
		
		
			
				
					|  |  |             AND project.STATUS = #{projectStatus} |  |  |  | 
			
		
	
		
		
			
				
					|  |  |           </if> |  |  |  | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |          <if test='null != dateId and "" != dateId'> |  |  |  | 
			
		
	
		
		
			
				
					|  |  |             AND ( |  |  |  | 
			
		
	
		
		
			
				
					|  |  |                  DATE_FORMAT(relation.UPDATED_TIME , '%Y%m%d')  = #{dateId} |  |  |  | 
			
		
	
		
		
			
				
					|  |  |                 ) |  |  |  | 
			
		
	
		
		
			
				
					|  |  |          </if> |  |  |  | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         ORDER BY staff.PROJECT_ID,staff.CREATED_TIME ASC |  |  |         ORDER BY staff.PROJECT_ID,staff.CREATED_TIME ASC | 
			
		
	
		
		
			
				
					|  |  |     </select> |  |  |     </select> | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | 
 |