This commit is contained in:
那些花儿
2025-10-15 10:33:33 +08:00
parent d1bc1dec50
commit 49a29dab7b
62 changed files with 3250 additions and 1131 deletions
@@ -58,6 +58,7 @@ public class FlowDefineController {
ProcessDefine define = dao.fetch(ProcessDefine.class, Cnd.where(ProcessDefine::getName, "=", defineKey).desc(ProcessDefine::getVersion));
if (define != null) {
request.setAttribute("defineId", define.getId());
request.setAttribute("showImg", true);
}
}