改全路径

master
jiahuiwen 2021-12-22 17:06:52 +08:00
parent 95f5ecbbae
commit 0653ead313
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public class UserInfoController {
@RequestMapping(value = "/sendAppointMail", method = {RequestMethod.POST, RequestMethod.GET})
@ResponseBody
public String sendAppointMail(ModelMap map, HttpServletRequest request) throws Exception {
String pathName = "config/buchang.txt";
String pathName = "/data/jieling/gm/config";
File file = new File(pathName);
if(!file.exists()){
LOGGER.info("sendAppointMail->file is't exist");