发测试
This commit is contained in:
@@ -50,7 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
,a.push_status,a.push_time,a.push_by,a.push_by_name,
|
||||
(SELECT m.goods_type FROM PICKING_MATERIAL_DETAIL d
|
||||
JOIN material_base_info m ON d.material_base_info_id = m.material_base_info_id
|
||||
WHERE d.PICKING_ORDER_NUMBER = a.PICKING_ORDER_NUMBER AND d.level = 1
|
||||
WHERE d.PICKING_ORDER_NUMBER = a.PICKING_ORDER_NUMBER
|
||||
LIMIT 1) AS goods_type
|
||||
</sql>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user