流程+任务分发+报销功能完成

This commit is contained in:
2025-02-23 16:27:30 +08:00
parent 330036b272
commit 54f615111f
2 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +13,8 @@ ruoyi:
# 缓存懒加载 # 缓存懒加载
cacheLazy: false cacheLazy: false
# 文件路径 # 文件路径
profile: F:\work\fad_oa系统\fad_oa\temp profile: /home/wangyu/oa/uploadPath
# profile: F:\work\fad_oa系统\fad_oa\temp
captcha: captcha:
# 页面 <参数设置> 可开启关闭 验证码校验 # 页面 <参数设置> 可开启关闭 验证码校验

View File

@@ -41,13 +41,13 @@ public class RuoYiConfig {
*/ */
private boolean cacheLazy; private boolean cacheLazy;
// /** 上传路径 */
// @Getter
// private static String profile = "/home/wangyu/oa/uploadPath";
/** 上传路径 */ /** 上传路径 */
@Getter @Getter
private static String profile = "F:\\work\\fad_oa系统\\fad_oa\\temp"; private static String profile = "/home/wangyu/oa/uploadPath";
//
// /** 上传路径 */
// @Getter
// private static String profile = "F:\\work\\fad_oa系统\\fad_oa\\temp";
/** /**
* 获取地址开关 * 获取地址开关