Commit 5f585f92 authored by 王邯's avatar 王邯

update:bpm查询针对字段别名 必须使用 as

parent 5b7a63a3
......@@ -1644,7 +1644,7 @@ public class WorkflowApplicationImpl extends BaseApplication implements Workflow
StringBuffer sb = new StringBuffer();
sb.append("select te.id_ id,");
sb.append(" te.task_def_key_ task_def_key,");
sb.append(" te.name_ name,");
sb.append(" te.name_ as name,");
sb.append(" te.description_ description,");
sb.append(" te.executor_full_id_,");
sb.append(" te.executor_full_name_ executor_full_name,");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment