Commit 189ea49f884d06ea0f0a9899dea9142750686499

Authored by zlz
1 parent 89093c4f

路单日志发送邮件修改(防垃圾邮箱)

src/main/java/com/bsth/service/impl/TrafficManageServiceImpl.java
... ... @@ -34,7 +34,6 @@ import org.springframework.data.domain.Sort;
34 34 import org.springframework.data.domain.Sort.Direction;
35 35 import org.springframework.stereotype.Service;
36 36  
37   -import javax.mail.internet.InternetAddress;
38 37 import java.io.*;
39 38 import java.net.InetAddress;
40 39 import java.sql.Connection;
... ...