|
|
@@ -219,7 +219,7 @@ public class BaseSafetyToolServiceImpl implements IBaseSafetyToolService {
|
|
|
return AjaxResult.uploadFile(tool.getQcodeUrl(), fileName);
|
|
|
}
|
|
|
// 如果多条,打包压缩后发
|
|
|
- String tmpPath = localFilePath + "/qcode-" + DateUtils.dateTimeNow() + "/";
|
|
|
+ String tmpPath = localFilePath + "/安全工具二维码图片_" + DateUtils.dateTimeNow() + "/";
|
|
|
File tmpFile = new File(tmpPath);
|
|
|
if(!tmpFile.exists() && !tmpFile.mkdirs()){
|
|
|
return AjaxResult.error("临时目录创建失败");
|