|
|
@ -2957,9 +2957,10 @@ |
|
|
<if test="peopleFlag != null and peopleFlag != ''"> |
|
|
<if test="peopleFlag != null and peopleFlag != ''"> |
|
|
AND item.PEOPLE_FLAG = #{peopleFlag} |
|
|
AND item.PEOPLE_FLAG = #{peopleFlag} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="evaluationScore != null and evaluationScore != ''"> |
|
|
|
|
|
AND item.evaluation_score = #{evaluationScore} |
|
|
|
|
|
</if> |
|
|
and item.EVALUATION_SCORE is not null |
|
|
and item.EVALUATION_SCORE is not null |
|
|
group by item.EVALUATION_SCORE |
|
|
|
|
|
ORDER BY count(item.ID) desc |
|
|
|
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<update id="updateBatchBySerialNum"> |
|
|
<update id="updateBatchBySerialNum"> |
|
|
|