This commit is contained in:
那些花儿
2025-09-02 15:35:28 +08:00
parent 1531aea1d6
commit 7665726c84
51 changed files with 893 additions and 472 deletions
@@ -25,7 +25,7 @@ import java.util.Map;
@IocBean
@At("/flow/todoCenter")
@Ok("json:full")
public class FlowTodoCenter {
public class FlowTodoCenterController {
@Inject
private Dao dao;
@@ -44,6 +44,7 @@ public class FlowTodoCenter {
Sql sql = Sqls.create("""
SELECT
t.id AS taskId,
t.taskName AS taskKey,
t.displayName AS taskName,
t.taskState,
t.formKey,
@@ -79,6 +80,7 @@ public class FlowTodoCenter {
Sql sql = Sqls.create("""
SELECT
t.id AS taskId,
t.taskName AS taskKey,
t.displayName AS taskName,
t.taskState,
t.formKey,