feat: (REQ-3300) 列表页重新复制属性,待提报:TO_REPORT/REPORT_FROM_APPROVE,决策中:DECIDING/DECIDING_FROM_APPROVE

This commit is contained in:
xudawei 2025-02-11 17:43:12 +08:00
parent a791c7180c
commit 10f24a4258

View File

@ -191,7 +191,7 @@ public class VisaHelper {
* 获取按钮集合
* 确认人与发起人的不同的单据状态按钮列表不相同
*/
public Map<Long, Set<VisaButtonTypeEnum>> fetchBtnsByCondition(Collection<ChangeRecord> visaList, Long personId, Long ouId, Long workspaceId) {
public Map<Long, Set<VisaButtonTypeEnum>> fetchBtnsByBizTypeAndStatus(Collection<ChangeRecord> visaList, Long personId, Long ouId, Long workspaceId) {
if (CollectionUtils.isEmpty(visaList)) {
return Collections.emptyMap();
}