|
|
@ -2883,6 +2883,9 @@ |
|
|
AND item.PEOPLE_FLAG = #{peopleFlag} |
|
|
AND item.PEOPLE_FLAG = #{peopleFlag} |
|
|
</if> |
|
|
</if> |
|
|
and item.EVALUATION_SCORE is not null |
|
|
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 |
|
|
group by item.EVALUATION_SCORE |
|
|
ORDER BY count(item.ID) desc |
|
|
ORDER BY count(item.ID) desc |
|
|
</select> |
|
|
</select> |
|
|
@ -2920,6 +2923,9 @@ |
|
|
#{time} |
|
|
#{time} |
|
|
</foreach> |
|
|
</foreach> |
|
|
and item.EVALUATION_SCORE is not null |
|
|
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') |
|
|
group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m-%d') |
|
|
ORDER BY DATE_FORMAT(item.CREATED_TIME,'%Y-%m-%d') asc |
|
|
ORDER BY DATE_FORMAT(item.CREATED_TIME,'%Y-%m-%d') asc |
|
|
</select> |
|
|
</select> |
|
|
@ -2958,6 +2964,8 @@ |
|
|
</foreach> |
|
|
</foreach> |
|
|
and item.SOLUTION_INFO is not null |
|
|
and item.SOLUTION_INFO is not null |
|
|
and item.SOLUTION_INFO !='' |
|
|
and item.SOLUTION_INFO !='' |
|
|
|
|
|
and item.SQID is not null |
|
|
|
|
|
and item.SQID !='' |
|
|
group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m-%d') |
|
|
group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m-%d') |
|
|
ORDER BY DATE_FORMAT(item.CREATED_TIME,'%Y-%m-%d') asc |
|
|
ORDER BY DATE_FORMAT(item.CREATED_TIME,'%Y-%m-%d') asc |
|
|
</select> |
|
|
</select> |
|
|
@ -2994,6 +3002,9 @@ |
|
|
#{time} |
|
|
#{time} |
|
|
</foreach> |
|
|
</foreach> |
|
|
and item.EVALUATION_SCORE is not null |
|
|
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') |
|
|
group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m') |
|
|
ORDER BY DATE_FORMAT(item.CREATED_TIME,'%Y-%m') asc |
|
|
ORDER BY DATE_FORMAT(item.CREATED_TIME,'%Y-%m') asc |
|
|
</select> |
|
|
</select> |
|
|
@ -3031,6 +3042,8 @@ |
|
|
</foreach> |
|
|
</foreach> |
|
|
and item.SOLUTION_INFO is not null |
|
|
and item.SOLUTION_INFO is not null |
|
|
and item.SOLUTION_INFO !='' |
|
|
and item.SOLUTION_INFO !='' |
|
|
|
|
|
and item.SQID is not null |
|
|
|
|
|
and item.SQID !='' |
|
|
group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m') |
|
|
group by DATE_FORMAT(item.CREATED_TIME,'%Y-%m') |
|
|
ORDER BY DATE_FORMAT(item.CREATED_TIME,'%Y-%m') asc |
|
|
ORDER BY DATE_FORMAT(item.CREATED_TIME,'%Y-%m') asc |
|
|
</select> |
|
|
</select> |
|
|
@ -3150,6 +3163,8 @@ |
|
|
AND item.PEOPLE_FLAG = #{peopleFlag} |
|
|
AND item.PEOPLE_FLAG = #{peopleFlag} |
|
|
</if> |
|
|
</if> |
|
|
and item.SOLUTION_INFO is not null |
|
|
and item.SOLUTION_INFO is not null |
|
|
|
|
|
and item.SQID is not null |
|
|
|
|
|
and item.SQID !='' |
|
|
and item.SOLUTION_INFO !='' |
|
|
and item.SOLUTION_INFO !='' |
|
|
group by item.SOLUTION_INFO |
|
|
group by item.SOLUTION_INFO |
|
|
ORDER BY count(item.ID) desc |
|
|
ORDER BY count(item.ID) desc |
|
|
|