Authored by Amos_sdy

暂时注释

... ... @@ -68,9 +68,11 @@ public class SMSSendHelper {
}
// 不用过滤的场景
if (!this.getIgnoreUserCountKeyList().contains(params.get("sendScene"))) {
// if
// (!this.getIgnoreUserCountKeyList().contains(params.get("sendScene")))
// {
mobileList = commonFilter(mobileList, content);
}
// }
if (mobileList.isEmpty()) {
log.warn("sendSMS mobileList is empty");
... ...