|  | @@ -97,7 +97,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <select id="queryTenantInfoProductSumm" resultType="com.ym.mec.biz.dal.entity.TenantProductSumm">
 | 
	
		
			
				|  |  |              SELECT t.*, ps.name_ as serverName,
 | 
	
		
			
				|  |  | -                   tp.pay_date_ as expiryDate,
 | 
	
		
			
				|  |  | +                   t.created_time_ as expiryDate, <!-- 不使用这个字段,需求没有开始时间, 使用创建时间临时代替 -->
 | 
	
		
			
				|  |  |                     tp.expiry_date_ as expiryDateEnd,
 | 
	
		
			
				|  |  |                     tp.expiry_count_  as expiryCount,
 | 
	
		
			
				|  |  |                     tp.expiry_unit_ as expiryUnit,
 |