|
|
@ -19,6 +19,7 @@ |
|
|
|
<result property="longitude" column="longitude"/> |
|
|
|
<result property="projectStatusCode" column="projectStatusCode"/> |
|
|
|
<result property="allCategoryName" column="allCategoryName"/> |
|
|
|
<result property="categoryCode" column="categoryCode"/> |
|
|
|
<result property="closeCaseTime" column="closeCaseTime"/> |
|
|
|
<result property="projectLevel" column="projectLevel"/> |
|
|
|
<result property="satisfactionScore" column="satisfactionScore"/> |
|
|
@ -63,8 +64,8 @@ |
|
|
|
order by ID)a group by a.EVENT_ID) t1 |
|
|
|
left join esua_epdc_events.epdc_img t2 on t1.EVENT_ID = t2.REFERENCE_ID and t1.DEL_FLAG = '0' |
|
|
|
left join esua_epdc_events.epdc_item_handle_process t3 on t3.ITEM_ID = t1.ID and t3.DEL_FLAG = '0' and t3.STATE = 10 |
|
|
|
where t1.UPDATED_TIME >= #{yearMonthDay} |
|
|
|
and t1.UPDATED_TIME <= now() |
|
|
|
where t1.UPDATED_TIME <![CDATA[ >= ]]> #{yearMonthDay} |
|
|
|
and t1.UPDATED_TIME <![CDATA[ <= ]]> now() |
|
|
|
order by t2.CREATED_TIME |
|
|
|
</select> |
|
|
|
<resultMap type="com.elink.esua.epdc.dto.screen.result.UploadProjectProcessDTO" id="uploadprojectprocessMap"> |
|
|
|