File was renamed from business/src/main/resources/mapper/ProjectCodingStatusMapper.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.ProjectCodingStatusMapper"> |
| | | <mapper namespace="com.ycl.mapper.ProjectOvertimeTimesMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.ycl.domain.vo.ProjectCodingStatusVO"> |
| | | <resultMap id="BaseResultMap" type="com.ycl.domain.vo.ProjectOvertimeTimesVO"> |
| | | <result column="task_overtime_num" property="taskOvertimeNum" /> |
| | | <result column="process_ins_id" property="processInsId" /> |
| | | <result column="project_id" property="projectId" /> |
| | | <result column="project_type" property="projectType" /> |
| | | </resultMap> |
| | | |
| | | |
| | | |
| | | |
| | | <delete id="delAll"> |
| | | DELETE FROM t_project_overtime_times |