支付时间
This commit is contained in:
@@ -192,7 +192,7 @@ public interface ShopOrderStatisticMapper extends BaseMapper<ShopOrderStatistic>
|
|||||||
" AND shop_id = #{shopId}" +
|
" AND shop_id = #{shopId}" +
|
||||||
" AND source_type NOT IN ('memberPay', 'distribution', 'distributionRecharge', 'point' ,'ware')" +
|
" AND source_type NOT IN ('memberPay', 'distribution', 'distributionRecharge', 'point' ,'ware')" +
|
||||||
" AND pay_type != 'refundCompensate'" +
|
" AND pay_type != 'refundCompensate'" +
|
||||||
" AND pay_date = #{tradeDay} ;")
|
" AND DATE(update_time) = #{tradeDay} ;")
|
||||||
ShopOrderStatistic getOnlineStatSingleDate(Long shopId, LocalDate tradeDay);
|
ShopOrderStatistic getOnlineStatSingleDate(Long shopId, LocalDate tradeDay);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user