修改bug

This commit is contained in:
2025-07-30 15:35:38 +08:00
parent bb0f79fc3c
commit a4474014bb

View File

@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT *,
wpl.line_name AS lineName
FROM wms_schedule_plan_detail wspd
left join wms_product_line wpl on wspd.line_id = wpl.line_id
left join wms_production_line wpl on wspd.line_id = wpl.line_id
${ew.customSqlSegment}
</select>