|
@@ -57,7 +57,7 @@
|
|
|
AND #{categoryCode} = category_code
|
|
AND #{categoryCode} = category_code
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- GROUP BY DATE(insert_time)
|
|
|
|
|
|
|
+ GROUP BY DATE_FORMAT(insert_time, '%Y年%m月%d日')
|
|
|
ORDER BY stat;
|
|
ORDER BY stat;
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
@@ -77,7 +77,7 @@
|
|
|
AND #{categoryCode} = category_code
|
|
AND #{categoryCode} = category_code
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- GROUP BY DATE_FORMAT(insert_time, '%Y-%m')
|
|
|
|
|
|
|
+ GROUP BY DATE_FORMAT(insert_time, '%Y年%m月')
|
|
|
ORDER BY stat;
|
|
ORDER BY stat;
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|