tj
4 天以前 93775e1f3d79a1e11b839abbf24201dafcd9e646
app/src/main/java/com/example/firstapp/model/CourierStat.kt
@@ -4,10 +4,9 @@
@DatabaseView(
    """
    SELECT category as courierName, COUNT(*) as count
    SELECT oneLevel as courierName, COUNT(*) as count
    FROM Code 
    WHERE substr(createtime, 1, 10) = date('now')
    GROUP BY category
    GROUP BY oneLevel
    """
)
data class CourierStat(