This reverts commit 6ef25a30
6ef25a30
@ -29,7 +29,6 @@
created_time desc
limit 1
)
GROUP BY m.DATE_ID,m.CATEGORY_CODE,m.PROJECT_TOTAL
ORDER BY M.PROJECT_TOTAL desc
</select>
@ -118,4 +117,4 @@
AND p2.CUSTOMER_ID = #{customerId}
AND p1.CATEGORY_CODE = p2.PARENT_CATEGORY_CODE
</mapper>