Commit 2706f69f authored by KeYong's avatar KeYong

提交未解决冲突的文件

parent bfb4092a
......@@ -9,6 +9,7 @@ import javax.activation.DataHandler;
import javax.jws.WebService;
import javax.mail.Multipart;
import javax.mail.internet.MimeMultipart;
import javax.ws.rs.HEAD;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
......@@ -86,11 +87,7 @@ public class FileFransferServiceImpl implements FileFransferService {
String template = eMailSenderService.getEmailTemplate();
File file = new File(String.format("%s%s%s%s", baseDir,path.replace(":", ""), File.separator, fileName));
Multipart mp = new MimeMultipart();
<<<<<<< HEAD
//eMailSenderService.send(userCode, userCode, template, mp);
=======
eMailSenderService.send(userCode, userCode, template, mp.toString());
>>>>>>> developer
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment