File was renamed from flowable/src/main/resources/mapper/FlowLogMapper.xml |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.ycl.mapper.FlowLogMapper"> |
| | | <mapper namespace="com.ycl.mapper.ProcessLogMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.ycl.domain.vo.FlowLogVO"> |
| | | <resultMap id="BaseResultMap" type="com.ycl.domain.vo.ProcessLogVO"> |
| | | <result column="task_id" property="taskId" /> |
| | | <result column="event_type" property="eventType" /> |
| | | <result column="project_id" property="projectId" /> |
| | |
| | | TFL.event_data_json, |
| | | TFL.id |
| | | FROM |
| | | t_flow_log TFL |
| | | t_process_log TFL |
| | | WHERE |
| | | TFL.id = #{id} AND TFL.deleted = 0 |
| | | </select> |
| | |
| | | TFL.event_data_json, |
| | | TFL.id |
| | | FROM |
| | | t_flow_log TFL |
| | | t_process_log TFL |
| | | WHERE |
| | | TFL.deleted = 0 |
| | | </select> |