| | |
| | | <result column="task_id" property="taskId" /> |
| | | <result column="event_type" property="eventType" typeHandler="com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler"/> |
| | | <result column="project_id" property="projectId" /> |
| | | <result column="flow_ins_id" property="flowInsId" /> |
| | | <result column="process_ins_id" property="processInsId" /> |
| | | <result column="user_id" property="userId" /> |
| | | <result column="nick_name" property="nickName" /> |
| | | <result column="gmt_create" property="gmtCreate" /> |
| | |
| | | TFL.task_id, |
| | | TFL.event_type, |
| | | TFL.project_id, |
| | | TFL.flow_ins_id, |
| | | TFL.process_ins_id, |
| | | TFL.user_id, |
| | | TFL.event_data_json, |
| | | TFL.id |
| | |
| | | TFL.task_id, |
| | | TFL.event_type, |
| | | TFL.project_id, |
| | | TFL.flow_ins_id, |
| | | TFL.process_ins_id, |
| | | TFL.user_id, |
| | | TFL.event_data_json, |
| | | TFL.gmt_create, |
| | |
| | | TFL.task_id, |
| | | TFL.event_type, |
| | | TFL.project_id, |
| | | TFL.flow_ins_id, |
| | | TFL.process_ins_id, |
| | | TFL.user_id, |
| | | SU.nick_name, |
| | | TFL.event_data_json, |