|
|
@ -783,7 +783,7 @@ |
|
|
HANDLE_ADVICE_REMARK |
|
|
HANDLE_ADVICE_REMARK |
|
|
FROM epdc_item_handle_process |
|
|
FROM epdc_item_handle_process |
|
|
where DEL_FLAG = '0' |
|
|
where DEL_FLAG = '0' |
|
|
and (HANDLER_DEPT != '网格化平台' or STATE = 1065) |
|
|
and (HANDLER_DEPT != '网格化平台' or STATE in (1065)) |
|
|
and ITEM_ID = #{itemId} |
|
|
and ITEM_ID = #{itemId} |
|
|
order by CREATED_TIME desc LIMIT 1,1 |
|
|
order by CREATED_TIME desc LIMIT 1,1 |
|
|
) process on process.ITEM_ID = item.ID |
|
|
) process on process.ITEM_ID = item.ID |
|
|
|