no message

This commit is contained in:
DESKTOP-369JRHT\12997 2024-05-31 09:10:41 +08:00
parent 67723cf45e
commit e2f89bd897
2 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@
-- SUM(CASE WHEN status = 'refund' THEN pay_money ELSE 0 END) AS totalRefund -- SUM(CASE WHEN status = 'refund' THEN pay_money ELSE 0 END) AS totalRefund
FROM FROM
all_order_info all_order_info
where store_id = #{storeId} where store_id = #{allOrderInfo.storeId}
AND pay_time = CURDATE() AND pay_time = CURDATE()
</select> </select>
<select id="getHandOverList" resultType="com.fuint.business.order.vo.AllOrderInfoVo"> <select id="getHandOverList" resultType="com.fuint.business.order.vo.AllOrderInfoVo">

View File

@ -6,7 +6,7 @@
<view class="title_top">京博加油站</view> <view class="title_top">京博加油站</view>
<view class="title_centen"> <view class="title_centen">
<view class="sm-size">今日营业额()</view> <view class="sm-size">今日营业额()</view>
<view class="big-size">{{indexData.totalPayMoney}}</view> <view class="big-size">{{indexData.totalPayMoney?indexData.totalPayMoney:0}}</view>
</view> </view>
<!-- 123--> <!-- 123-->
<view class="ds-ab"> <view class="ds-ab">