generated from root/miduo_server
文件名字
parent
0653ead313
commit
2b0d3fbe0b
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue