修改文件权限

This commit is contained in:
huangdeliang
2020-10-29 10:11:28 +08:00
parent 4e35e12bb0
commit 4e9bc89665
2 changed files with 4 additions and 5 deletions

View File

@ -147,6 +147,8 @@ public class SysContractServiceImpl implements ISysContractService {
}
doc.close();
Runtime.getRuntime().exec("chmod 644 " + filePath);
info.setCode(1);
info.setMsg("success");