瀏覽代碼

fix 去掉账号时间限制

zoujiajian 1 年之前
父節點
當前提交
a642963eef
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      netflix-dao/src/main/resources/mapper/GroupsMapper.xml

+ 0 - 1
netflix-dao/src/main/resources/mapper/GroupsMapper.xml

@@ -115,7 +115,6 @@
         where gt.id != #{groupId}
           and gt.sku_id = #{skuId}
           and gt.status = 'validity'
-          and a.expiry_time >= #{expiryTime}
           and gt.available_num > 0
         order by a.expiry_time asc limit 1
     </select>