支付时间

This commit is contained in:
2026-02-04 15:49:25 +08:00
parent bb7ca6d05b
commit 8ae847d458

View File

@@ -192,7 +192,7 @@ public interface ShopOrderStatisticMapper extends BaseMapper<ShopOrderStatistic>
" AND shop_id = #{shopId}" +
" AND source_type NOT IN ('memberPay', 'distribution', 'distributionRecharge', 'point' ,'ware')" +
" AND pay_type != 'refundCompensate'" +
" AND pay_date = #{tradeDay} ;")
" AND DATE(update_time) = #{tradeDay} ;")
ShopOrderStatistic getOnlineStatSingleDate(Long shopId, LocalDate tradeDay);
/**