luodangjia
2025-02-06 38085f1cba05d480205f93fc695e37584c94dcd6
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">