guoyuji
2024-09-06 a0b1a6207d8e47ea048b9c684079df1207d7e15a
north-glass-erp/src/main/resources/mapper/sd/CustomerMapper.xml
@@ -265,7 +265,7 @@
        where date(d.create_time) >= #{startDate}
          and date(d.create_time) <= #{endDate}
          and d.customer_id = 1855
          and d.customer_id = #{orderDetail.order.customerId}
          and om.money is not null
        group by d.delivery_id, o.order_id, om.`column`
    </select>