|
|
|
@ -2202,6 +2202,9 @@ |
|
|
|
<if test="itemState != null and itemState != ''"> |
|
|
|
and i.ITEM_STATE = #{itemState} |
|
|
|
</if> |
|
|
|
<if test="sorce != null and sorce != ''"> |
|
|
|
and i.EVALUATION_SCORE = #{sorce} |
|
|
|
</if> |
|
|
|
<if test="evaluationState != null and evaluationState != ''"> |
|
|
|
<choose> |
|
|
|
<when test="evaluationState == '80'"> |
|
|
|
|