@@ -795,7 +795,7 @@ where b.id = a.equipment_id
AND a.create_date >= STR_TO_DATE(CONCAT(#{startDate},' 00:00:00'),'%Y/%m/%d %H:%i:%s')
<![CDATA[ AND a.create_date <= STR_TO_DATE(CONCAT(#{endDate},' 23:59:59'),'%Y/%m/%d %H:%i:%s') ]]>
group by b.id
-order by saleNum desc
+order by salePrice desc
limit 10
</select>
</mapper>