ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml
@@ -93,6 +93,9 @@ <if test="null != item.shopId"> and shop_id = #{item.shopId} and distribution_mode != 2 </if> <if test="null != item.createTime"> and create_time = #{item.createTime} </if> order by create_time desc </select> <select id="getOrderStatistics" resultType="com.ruoyi.order.vo.OrderStatistics">