diff --git a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml index 1a5ca6d9d..b1b1cb332 100755 --- a/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml +++ b/esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml @@ -2186,9 +2186,11 @@ and i.EVALUATION_STATE = '1' and i.EVALUATION_TIME IS NULL + and i.ITEM_STATE != '10' and i.EVALUATION_TIME IS NOT NULL + and i.ITEM_STATE != '10' and i.ITEM_STATE = #{itemState} @@ -2298,9 +2300,11 @@ and i.EVALUATION_STATE = '1' and i.EVALUATION_TIME IS NULL + and i.ITEM_STATE != '10' and i.EVALUATION_TIME IS NOT NULL + and i.ITEM_STATE != '10' and i.ITEM_STATE = #{itemState}