|
|
@@ -5,12 +5,12 @@
|
|
|
<!-- 通用设置 -->
|
|
|
<!-- 通用查询列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
- item_id, transfer_id, transfer_date, item_index, sku_id, o_inv_id, inv_id, o_wh_id, transfer_qty, wh_id, o_non_std_code, non_std_code, price_into, intoing_amt, flg_valid, cp_id, op_create_time, op_create_user_id, op_update_time, op_update_user_id, op_app_code, op_timestamp, op_db_user
|
|
|
+ item_id, transfer_id, transfer_date, item_index, box, piece, sku_id, o_inv_id, inv_id, o_wh_id, transfer_qty, wh_id, o_non_std_code, non_std_code, price_into, intoing_amt, flg_valid, cp_id, op_create_time, op_create_user_id, op_update_time, op_update_user_id, op_app_code, op_timestamp, op_db_user
|
|
|
</sql>
|
|
|
|
|
|
<!-- 一览查询列 -->
|
|
|
<sql id="Base_Column_List_Response">
|
|
|
- item.item_id, item.transfer_id, item.transfer_date, item.item_index, item.sku_id, item.o_inv_id, item.inv_id
|
|
|
+ item.item_id, item.transfer_id, item.transfer_date,item.box,item.piece, item.item_index, item.sku_id, item.o_inv_id, item.inv_id
|
|
|
, item.o_wh_id, item.transfer_qty, item.wh_id, item.o_non_std_code, item.non_std_code, item.price_into, item.intoing_amt
|
|
|
,inv.non_std_code,oinv.non_std_code AS "oNonStdCode",wh.wh_Name AS "whName",owh.wh_Name AS "oWhName",item.flg_valid
|
|
|
,sku.sku_code,sku.sku_name,sku.sku_model,brand.short_name
|
|
|
@@ -27,6 +27,8 @@
|
|
|
<result column="inv_id" property="invId" typeHandler="UuidTypeHandler"/>
|
|
|
<result column="o_wh_id" property="oWhId" typeHandler="UuidTypeHandler"/>
|
|
|
<result column="wh_id" property="whId" typeHandler="UuidTypeHandler"/>
|
|
|
+ <result column="box" property="box"/>
|
|
|
+ <result column="piece" property="piece"/>
|
|
|
<result column="o_non_std_code" property="oNonStdCode"/>
|
|
|
<result column="non_std_code" property="nonStdCode"/>
|
|
|
<result column="price_into" property="priceInto"/>
|
|
|
@@ -54,6 +56,8 @@
|
|
|
<result column="inv_id" property="invId" typeHandler="UuidTypeHandler"/>
|
|
|
<result column="o_wh_id" property="oWhId" typeHandler="UuidTypeHandler"/>
|
|
|
<result column="wh_id" property="whId" typeHandler="UuidTypeHandler"/>
|
|
|
+ <result column="box" property="box"/>
|
|
|
+ <result column="piece" property="piece"/>
|
|
|
<result column="o_non_std_code" property="oNonStdCode"/>
|
|
|
<result column="non_std_code" property="nonStdCode"/>
|
|
|
<result column="price_into" property="priceInto"/>
|