|
|
|
@ -2186,9 +2186,11 @@ |
|
|
|
<when test="itemState == '80'"> |
|
|
|
and i.EVALUATION_STATE = '1' |
|
|
|
and i.EVALUATION_TIME IS NULL |
|
|
|
and i.ITEM_STATE != '10' |
|
|
|
</when > |
|
|
|
<when test="itemState == '90'"> |
|
|
|
and i.EVALUATION_TIME IS NOT NULL |
|
|
|
and i.ITEM_STATE != '10' |
|
|
|
</when > |
|
|
|
<otherwise> |
|
|
|
and i.ITEM_STATE = #{itemState} |
|
|
|
@ -2298,9 +2300,11 @@ |
|
|
|
<when test="itemState == '80'"> |
|
|
|
and i.EVALUATION_STATE = '1' |
|
|
|
and i.EVALUATION_TIME IS NULL |
|
|
|
and i.ITEM_STATE != '10' |
|
|
|
</when > |
|
|
|
<when test="itemState == '90'"> |
|
|
|
and i.EVALUATION_TIME IS NOT NULL |
|
|
|
and i.ITEM_STATE != '10' |
|
|
|
</when > |
|
|
|
<otherwise> |
|
|
|
and i.ITEM_STATE = #{itemState} |
|
|
|
|