code review:数据统计

This commit is contained in:
YunaiV
2023-09-30 12:30:01 +08:00
parent b376de1ad3
commit 367b45e3bd
14 changed files with 23 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="cn.iocoder.yudao.module.statistics.dal.mysql.trade.TradeStatisticsMapper">
<select id="selectByTimeBetween"
resultType="cn.iocoder.yudao.module.statistics.controller.admin.trade.vo.TradeTrendSummaryRespVO">
SELECT
@@ -35,4 +36,5 @@
AND deleted = FALSE
GROUP BY date
</select>
</mapper>