修改bug
This commit is contained in:
@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
SELECT *,
|
SELECT *,
|
||||||
wpl.line_name AS lineName
|
wpl.line_name AS lineName
|
||||||
FROM wms_schedule_plan_detail wspd
|
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}
|
${ew.customSqlSegment}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user