feat(REQ-3647) - 调整审批日志文案

This commit is contained in:
wangli 2025-06-18 10:36:28 +08:00
parent 4dcc5a13de
commit 2adc98e6ad

View File

@ -130,7 +130,7 @@ public class CustomApproveTaskWithFormCmd extends AbstractCommand<Void> implemen
if (Objects.nonNull(operationDesc)) {
this.operationDesc = operationDesc;
} else {
this.operationDesc = "已通过";
this.operationDesc = "已通过";
}
}