联查产线名字
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user