no message
This commit is contained in:
parent
67723cf45e
commit
e2f89bd897
@ -372,7 +372,7 @@
|
||||
-- SUM(CASE WHEN status = 'refund' THEN pay_money ELSE 0 END) AS totalRefund
|
||||
FROM
|
||||
all_order_info
|
||||
where store_id = #{storeId}
|
||||
where store_id = #{allOrderInfo.storeId}
|
||||
AND pay_time = CURDATE()
|
||||
</select>
|
||||
<select id="getHandOverList" resultType="com.fuint.business.order.vo.AllOrderInfoVo">
|
||||
|
@ -6,7 +6,7 @@
|
||||
<view class="title_top">京博加油站</view>
|
||||
<view class="title_centen">
|
||||
<view class="sm-size">今日营业额(元)</view>
|
||||
<view class="big-size">{{indexData.totalPayMoney}}</view>
|
||||
<view class="big-size">{{indexData.totalPayMoney?indexData.totalPayMoney:0}}</view>
|
||||
</view>
|
||||
<!-- 123-->
|
||||
<view class="ds-ab">
|
||||
|
Loading…
Reference in New Issue
Block a user