廖井涛
2024-09-05 249ecd6861b919bdd5c303885ac957ecfb11c156
修改客户发货导出
1个文件已修改
2 ■■■ 已修改文件
north-glass-erp/src/main/resources/mapper/sd/CustomerMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>