文件名字

master
jiahuiwen 2021-12-22 17:09:44 +08:00
parent 0653ead313
commit 2b0d3fbe0b
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 = "/data/jieling/gm/config";
String pathName = "/data/jieling/gm/config/buchang.txt";
File file = new File(pathName);
if(!file.exists()){
LOGGER.info("sendAppointMail->file is't exist");