|
@ -52,7 +52,15 @@ |
|
|
<if test="date != null and date != ''"> |
|
|
<if test="date != null and date != ''"> |
|
|
AND date_format( p.CREATED_TIME, '%Y-%m-%d' ) = #{date} |
|
|
AND date_format( p.CREATED_TIME, '%Y-%m-%d' ) = #{date} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
AND p.ITEM_ID IN ( |
|
|
|
|
|
SELECT |
|
|
|
|
|
id |
|
|
|
|
|
FROM |
|
|
|
|
|
epdc_item |
|
|
|
|
|
WHERE |
|
|
|
|
|
DEL_FLAG = '0' |
|
|
|
|
|
AND SQID IS NOT NULL |
|
|
|
|
|
) |
|
|
</select> |
|
|
</select> |
|
|
<select id="getDispatchAudit" |
|
|
<select id="getDispatchAudit" |
|
|
resultType="com.elink.esua.epdc.dto.item.result.ItemHandleProcessToCityResultDTO"> |
|
|
resultType="com.elink.esua.epdc.dto.item.result.ItemHandleProcessToCityResultDTO"> |
|
|