|
|
|
@ -2883,7 +2883,6 @@ |
|
|
|
AND item.PEOPLE_FLAG = #{peopleFlag} |
|
|
|
</if> |
|
|
|
and item.EVALUATION_SCORE is not null |
|
|
|
and item.EVALUATION_SCORE !='' |
|
|
|
and item.SQID is not null |
|
|
|
and item.SQID !='' |
|
|
|
group by item.EVALUATION_SCORE |
|
|
|
@ -2923,7 +2922,6 @@ |
|
|
|
#{time} |
|
|
|
</foreach> |
|
|
|
and item.EVALUATION_SCORE is not null |
|
|
|
and item.EVALUATION_SCORE !='' |
|
|
|
and item.SQID is not null |
|
|
|
and item.SQID !='' |
|
|
|
group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m-%d') |
|
|
|
@ -3002,7 +3000,6 @@ |
|
|
|
#{time} |
|
|
|
</foreach> |
|
|
|
and item.EVALUATION_SCORE is not null |
|
|
|
and item.EVALUATION_SCORE !='' |
|
|
|
and item.SQID is not null |
|
|
|
and item.SQID !='' |
|
|
|
group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m') |
|
|
|
|