|
|
@ -2,31 +2,6 @@ |
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|
|
|
|
|
|
|
<mapper namespace="com.epmet.dao.evaluationindex.screen.ScreenProjectCategoryOrgDailyDao"> |
|
|
|
|
|
|
|
<resultMap type="com.epmet.entity.evaluationindex.screen.ScreenProjectCategoryOrgDailyEntity" id="screenProjectCategoryOrgDailyMap"> |
|
|
|
<result property="id" column="ID"/> |
|
|
|
<result property="customerId" column="CUSTOMER_ID"/> |
|
|
|
<result property="dateId" column="DATE_ID"/> |
|
|
|
<result property="orgId" column="ORG_ID"/> |
|
|
|
<result property="orgType" column="ORG_TYPE"/> |
|
|
|
<result property="pid" column="PID"/> |
|
|
|
<result property="pids" column="PIDS"/> |
|
|
|
<result property="epmetCategoryCode" column="EPMET_CATEGORY_CODE"/> |
|
|
|
<result property="projectTotal" column="PROJECT_TOTAL"/> |
|
|
|
<result property="pendingTotal" column="PENDING_TOTAL"/> |
|
|
|
<result property="closedTotal" column="CLOSED_TOTAL"/> |
|
|
|
<result property="unResolvedTotal" column="UN_RESOLVED_TOTAL"/> |
|
|
|
<result property="resolvedTotal" column="RESOLVED_TOTAL"/> |
|
|
|
<result property="closedRatio" column="CLOSED_RATIO"/> |
|
|
|
<result property="resolvedRatio" column="RESOLVED_RATIO"/> |
|
|
|
<result property="unResolvedRatio" column="UN_RESOLVED_RATIO"/> |
|
|
|
<result property="delFlag" column="DEL_FLAG"/> |
|
|
|
<result property="revision" column="REVISION"/> |
|
|
|
<result property="createdBy" column="CREATED_BY"/> |
|
|
|
<result property="createdTime" column="CREATED_TIME"/> |
|
|
|
<result property="updatedBy" column="UPDATED_BY"/> |
|
|
|
<result property="updatedTime" column="UPDATED_TIME"/> |
|
|
|
</resultMap> |
|
|
|
<delete id="deleteByDateIdAndCustomerId"> |
|
|
|
delete from screen_project_category_org_daily |
|
|
|
where customer_id = #{customerId} |
|
|
|