|
@@ -35,12 +35,14 @@
|
|
|
<resultMap type="com.abi.qms.platform.dao.vo.result.QrPackageVO" id="QrPackageResult">
|
|
|
<result property="id" column="id"/>
|
|
|
<result property="materialId" column="material_id"/>
|
|
|
+ <result property="materialCode" column="material_code"/>
|
|
|
<result property="factoryCoverId" column="factory_cover_id"/>
|
|
|
<result property="factoryBeerId" column="factory_beer_id"/>
|
|
|
<result property="standbyRatio" column="standby_ratio"/>
|
|
|
<result property="reasonApply" column="reason_apply"/>
|
|
|
<result property="boxCodeFormatId" column="box_code_format_id"/>
|
|
|
<result property="sapOrderNo" column="sap_order_no"/>
|
|
|
+ <result property="bookingOrder" column="booking_order"/>
|
|
|
<result property="qrNumber" column="qr_number"/>
|
|
|
<result property="applyStatus" column="apply_status"/>
|
|
|
<result property="generateStatus" column="generate_status"/>
|
|
@@ -138,12 +140,14 @@
|
|
|
SELECT
|
|
|
qp.id,
|
|
|
qp.material_id,
|
|
|
+ qp.material_code,
|
|
|
qp.factory_cover_id,
|
|
|
qp.factory_beer_id,
|
|
|
qp.standby_ratio,
|
|
|
qp.reason_apply,
|
|
|
qp.box_code_format_id,
|
|
|
qp.sap_order_no,
|
|
|
+ qp.booking_order,
|
|
|
qp.qr_number,
|
|
|
qp.apply_status,
|
|
|
qp.generate_status,
|