|
|
|
@ -16,11 +16,12 @@
|
|
|
|
|
<result column="workShop" jdbcType="VARCHAR" property="workShop" />
|
|
|
|
|
<result column="lineName" jdbcType="VARCHAR" property="lineName" />
|
|
|
|
|
<result column="lineManager" jdbcType="VARCHAR" property="lineManager" />
|
|
|
|
|
<result column="erpId" jdbcType="VARCHAR" property="erpId" />
|
|
|
|
|
</resultMap>
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
<!--@mbg.generated-->
|
|
|
|
|
id, productCode, subTypeNo, `cascadeRatio`, packageSpec, `comment`, batchNo, madeDate,
|
|
|
|
|
validateDate, workShop, lineName, lineManager
|
|
|
|
|
validateDate, workShop, lineName, lineManager, erpId
|
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
|
|
<select id="filterList" parameterType="com.glxp.api.req.collect.RelCodeBatchRequest" resultType="com.glxp.api.res.collect.RelCodeBatchResponse">
|
|
|
|
@ -37,6 +38,7 @@
|
|
|
|
|
a.workShop,
|
|
|
|
|
a.lineName,
|
|
|
|
|
a.lineManager,
|
|
|
|
|
a.erpId,
|
|
|
|
|
bp.cpmctymc,
|
|
|
|
|
bp.bhxjsl,
|
|
|
|
|
bp.packLevel AS packLayer,
|
|
|
|
|