|
|
@@ -21,24 +21,6 @@
|
|
|
select inventoryBillId, billTime, billType, inventoryId, quantity, orderId, orderNo, remark, delFlag, createUser, createTime, updateUser, updateTime from t_prod_inventory_bill
|
|
|
</sql>
|
|
|
|
|
|
- <sql id="selectProdInventoryBillExt">
|
|
|
- select
|
|
|
- ${tableAlias}.inventoryBillId,
|
|
|
- ${tableAlias}.billTime,
|
|
|
- ${tableAlias}.billType,
|
|
|
- ${tableAlias}.inventoryId,
|
|
|
- ${tableAlias}.quantity,
|
|
|
- ${tableAlias}.orderId,
|
|
|
- ${tableAlias}.orderNo,
|
|
|
- ${tableAlias}.remark,
|
|
|
- ${tableAlias}.delFlag,
|
|
|
- ${tableAlias}.createUser,
|
|
|
- ${tableAlias}.createTime,
|
|
|
- ${tableAlias}.updateUser,
|
|
|
- ${tableAlias}.updateTime
|
|
|
- from t_prod_inventory_bill ${tableAlias}
|
|
|
- </sql>
|
|
|
-
|
|
|
<select id="selectProdInventoryBillList" parameterType="ProdInventoryBill" resultMap="ProdInventoryBillResult">
|
|
|
<include refid="selectProdInventoryBill"/>
|
|
|
<where>
|