|
@@ -77,6 +77,7 @@
|
|
|
IFNULL(art.NAME_,'--') as taskName,
|
|
|
art.TASK_DEF_KEY_ as taskDefKey,
|
|
|
tbcd.id as crmDetailId,
|
|
|
+ tbcd.course_name as courseName,
|
|
|
(select group_concat(cast(art.ID_ as char)) from ACT_RU_TASK art where art.PROC_INST_ID_ = tffa.flow_id) as taskId
|
|
|
<if test="fieldName != null and fieldName != ''">
|
|
|
,${fieldName}
|