|
|
@ -1407,7 +1407,7 @@ |
|
|
)max_it on it.ITEM_ID=max_it.ITEM_ID |
|
|
)max_it on it.ITEM_ID=max_it.ITEM_ID |
|
|
and it.CREATED_TIME=max_it.maxTime |
|
|
and it.CREATED_TIME=max_it.maxTime |
|
|
where it.DEL_FLAG='0' |
|
|
where it.DEL_FLAG='0' |
|
|
and it.dept_id=#{deptId} |
|
|
and it.CLOSE_CHECK_ID=#{deptId} |
|
|
and it.STATE=11 |
|
|
and it.STATE=11 |
|
|
) temp) |
|
|
) temp) |
|
|
<if test="itemContent != null and itemContent != ''"> |
|
|
<if test="itemContent != null and itemContent != ''"> |
|
|
|