cloudroam
2025-03-25 5c73f167603693d5e015193730bf16f3b6bb2bf5
app/src/main/java/com/example/firstapp/model/CourierStat.kt
@@ -4,10 +4,9 @@
@DatabaseView(
    """
    SELECT category as courierName, COUNT(*) as count
    SELECT type as courierName, COUNT(*) as count
    FROM Code 
    WHERE substr(createtime, 1, 10) = date('now')
    GROUP BY category
    GROUP BY type
    """
)
data class CourierStat(