feat: 会议提交剩余时间+解冻 + 会务/劳务材料批量下载 + 多角色人员/账号模块完善
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -170,6 +170,8 @@ public class RuoYiConfig
|
||||
private String accessKeySecret;
|
||||
private String dirPrefix = "ry8080/";
|
||||
private int expireSeconds = 3600;
|
||||
/** 阿里云函数计算 (FC) 打 zip 端点 (参考 hwt-serve OssApi.ossDownload, 在 OSS 端打包) */
|
||||
private String zipFuncUrl;
|
||||
|
||||
public boolean isEnabled() { return enabled; }
|
||||
public void setEnabled(boolean enabled) { this.enabled = enabled; }
|
||||
@@ -185,5 +187,7 @@ public class RuoYiConfig
|
||||
public void setDirPrefix(String dirPrefix) { this.dirPrefix = dirPrefix; }
|
||||
public int getExpireSeconds() { return expireSeconds; }
|
||||
public void setExpireSeconds(int expireSeconds) { this.expireSeconds = expireSeconds; }
|
||||
public String getZipFuncUrl() { return zipFuncUrl; }
|
||||
public void setZipFuncUrl(String zipFuncUrl) { this.zipFuncUrl = zipFuncUrl; }
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
package com.ruoyi.common.enums;
|
||||
|
||||
/**
|
||||
* 材料/凭证 审核阶段 (biz_meeting.material_audit_stage / voucher_audit_stage)
|
||||
* 材料 审核阶段 (biz_meeting.material_audit_stage)
|
||||
* <p>
|
||||
* 4 值 (用户拍板「已提交/待审核」合并): 提交后进入 SUBMITTED, 两级审核(合规先-支持方后)
|
||||
* 用 material_compliance_approved / voucher_compliance_approved 布尔区分「合规审中 vs 支持方审中」.
|
||||
* 用 material_compliance_approved 布尔区分「合规审中 vs 支持方审中」.
|
||||
* <pre>
|
||||
* NOT_SUBMITTED 未提交 执行方还没交
|
||||
* ↓ (执行方提交)
|
||||
|
||||
Reference in New Issue
Block a user