|
|
|
@ -36,6 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<result property="materialSpc" column="material_spc" />
|
|
|
|
|
<result property="unit" column="unit" />
|
|
|
|
|
<result property="quantity" column="quantity" />
|
|
|
|
|
<result property="workorderNameEqu" column="workorderNameEqu" />
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<sql id="selectMesPrepareVo">
|
|
|
|
@ -55,7 +56,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
ow.product_name productName,
|
|
|
|
|
ow.product_date productDate,
|
|
|
|
|
ow.quantity_split quantity,
|
|
|
|
|
ow.unit
|
|
|
|
|
ow.unit,
|
|
|
|
|
ow.workorder_name workorderNameEqu
|
|
|
|
|
from mes_prepare ms
|
|
|
|
|
left join pro_order_workorder ow on ms.workorder_code = ow.workorder_code
|
|
|
|
|
<where>
|
|
|
|
|