保存关务推送内容;
This commit is contained in:
@@ -96,6 +96,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="stockQuantity" column="stock_quantity" />
|
||||
<result property="copyTotalWeight" column="COPY_TOTAL_WEIGHT" />
|
||||
<result property="copyCodeReferenceIds" column="COPY_CODE_REFERENCE_IDS" />
|
||||
<result property="lineNumGw" column="line_num_gw" />
|
||||
<result property="specGw" column="spec_gw" />
|
||||
<result property="unitGw" column="unit_gw" />
|
||||
<result property="qtyGw" column="qty_gw" />
|
||||
<result property="erpCurrGw" column="erp_curr_gw" />
|
||||
<result property="erpPriceGw" column="erp_price_gw" />
|
||||
<result property="amountGw" column="amount_gw" />
|
||||
<result property="inOrderNumberGw" column="in_order_number_gw" />
|
||||
</resultMap>
|
||||
|
||||
|
||||
@@ -149,7 +157,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
a.EXT_ATTR_4,
|
||||
a.COPY_TOTAL_WEIGHT,
|
||||
a.COPY_CODE_REFERENCE_IDS,
|
||||
a.INVENTORY_QUANTITY
|
||||
a.INVENTORY_QUANTITY,
|
||||
a.line_num_gw,
|
||||
a.spec_gw,
|
||||
a.unit_gw,
|
||||
a.qty_gw,
|
||||
a.erp_curr_gw,
|
||||
a.erp_price_gw,
|
||||
a.amount_gw,
|
||||
a.in_order_number_gw,
|
||||
a.in_line_num_gw
|
||||
</sql>
|
||||
|
||||
<sql id="selectMaterialDetailPo1">
|
||||
|
||||
Reference in New Issue
Block a user