yanite 3 years ago
parent
commit
858187e402
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/TenantInfoMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/TenantInfoMapper.xml

@@ -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,