修改文件权限
This commit is contained in:
@ -147,6 +147,8 @@ public class SysContractServiceImpl implements ISysContractService {
|
||||
}
|
||||
doc.close();
|
||||
|
||||
Runtime.getRuntime().exec("chmod 644 " + filePath);
|
||||
|
||||
info.setCode(1);
|
||||
info.setMsg("success");
|
||||
|
||||
|
Reference in New Issue
Block a user