diff --git a/esua-epdc/epdc-cloud-commons-shibei b/esua-epdc/epdc-cloud-commons-shibei index 933362739..262b5b5d9 160000 --- a/esua-epdc/epdc-cloud-commons-shibei +++ b/esua-epdc/epdc-cloud-commons-shibei @@ -1 +1 @@ -Subproject commit 9333627393ca5101c24221718ee54c603829c4c9 +Subproject commit 262b5b5d9d9ac7f82b303d431f197b2f414ea373 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 00f0bcfe2..4fa04433b 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 @@ -2185,19 +2185,18 @@ and i.PEOPLE_FLAG = #{appealType} + and i.ITEM_STATE = #{itemState} + + - + 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} - @@ -2302,19 +2301,18 @@ and i.PEOPLE_FLAG = #{appealType} + and i.ITEM_STATE = #{itemState} + + - + 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} -