联查产线名字

This commit is contained in:
2025-07-30 15:27:07 +08:00
parent 5fe25e7d3a
commit a8b69a3fee
4 changed files with 30 additions and 11 deletions

View File

@@ -35,5 +35,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
GROUP BY
plan_id
</select>
<select id="selectVoPagePlus" resultType="com.klp.domain.vo.WmsSchedulePlanDetailVo">
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
${ew.customSqlSegment}
</select>
</mapper>