فهرست منبع

feat:管理人提醒功能

chenjianhua 2 هفته پیش
والد
کامیت
5e0ac8ee9c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      service-base/src/main/resources/mapper/daq/HostedEmailInfoMapper.xml

+ 1 - 1
service-base/src/main/resources/mapper/daq/HostedEmailInfoMapper.xml

@@ -83,7 +83,7 @@
         </if>
     </select>
     <select id="getAllHostedEmail" resultType="java.lang.String">
-        select email from hosted_email_info where isvalid=1 group by email
+        select email from hosted_email_info where isvalid=1 and open_status=1 group by email
     </select>