mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
新增管理端消费趋势接口
This commit is contained in:
+5
-2
@@ -22,8 +22,11 @@
|
||||
select sum(cash_amount_change) as amount
|
||||
<include refid="dateFormat"/>
|
||||
from income_expense_details
|
||||
where organ_id = #{organId}
|
||||
and create_time between #{req.createTime[0]} and #{req.createTime[1]}
|
||||
where create_time between #{req.createTime[0]} and #{req.createTime[1]}
|
||||
<if test="organId != null">
|
||||
and organ_id = #{organId}
|
||||
</if>
|
||||
GROUP BY date
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user