出库管理手动分配调整
This commit is contained in:
@@ -75,6 +75,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="totalArea" column="TOTAL_AREA" />
|
||||
<result property="totalAmount" column="TOTAL_AMOUNT" />
|
||||
<result property="unit" column="UNIT" />
|
||||
<result property="extAttr1" column="EXT_ATTR_1" />
|
||||
<result property="extAttr2" column="EXT_ATTR_2" />
|
||||
<result property="productionDate" column="PRODUCTION_DATE" />
|
||||
<result property="expiryDate" column="EXPIRY_DATE" />
|
||||
<result property="inventoryDate" column="INVENTORY_DATE" />
|
||||
<result property="extAttr3" column="EXT_ATTR_3" />
|
||||
<result property="extAttr4" column="EXT_ATTR_4" />
|
||||
</resultMap>
|
||||
|
||||
|
||||
@@ -109,7 +116,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
a.TOTAL_VOLUME,
|
||||
a.TOTAL_AREA,
|
||||
a.TOTAL_AMOUNT,
|
||||
a.UNIT
|
||||
a.UNIT,
|
||||
a.EXT_ATTR_1,
|
||||
a.EXT_ATTR_2,
|
||||
a.PRODUCTION_DATE,
|
||||
a.EXPIRY_DATE,
|
||||
a.INVENTORY_DATE,
|
||||
a.EXT_ATTR_3,
|
||||
a.EXT_ATTR_4
|
||||
</sql>
|
||||
|
||||
<sql id="selectMaterialDetailPo1">
|
||||
|
||||
Reference in New Issue
Block a user