@@ -203,7 +203,7 @@
AND prbi.store_id = #{storeId}
</if>
GROUP BY prdp.item_id, prdp.item_nm
- ORDER BY COUNT(*) DESC, prdp.item_id
+ ORDER BY SUM(prdp.PCH_REQ_QTY) DESC, prdp.item_id
LIMIT 0, 5
</select>