src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -170,6 +170,12 @@ where type = #{type} </select> <select id="selectSumAmountByTypeAndDate" resultType="java.math.BigDecimal"> select ifnull(sum(amount), 0) from dapp_fund_flow where type = #{type} and date_format(create_time, '%Y-%m-%d') = date_format(#{dateStr}, '%Y-%m-%d') </select> <select id="selectOrderMoneyFlowInPage" resultType="cc.mrbird.febs.dapp.vo.AdminMallMoneyFlowVo"> select a.create_time createTime,