chenjianhua 2 недель назад
Родитель
Сommit
5e0ac8ee9c

+ 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>