| | |
| | | |
| | | </resultMap> |
| | | |
| | | <!-- 明细视图B的通用查询映射结果 --> |
| | | <resultMap id="PakoutDetailResultMap" type="com.zy.asrs.entity.result.OrderPakoutDetailVo"> |
| | | <id column="id" property="id" jdbcType="BIGINT"/> |
| | | <result column="item_name" property="itemName" jdbcType="VARCHAR"/> |
| | | <result column="matnr" property="matnr" jdbcType="VARCHAR"/> |
| | | <result column="batch" property="batch" jdbcType="VARCHAR"/> |
| | | <result column="model" property="model" jdbcType="VARCHAR"/> |
| | | <result column="origin" property="origin" jdbcType="VARCHAR"/> |
| | | <result column="danger" property="danger" jdbcType="INTEGER"/> |
| | | <result column="status" property="status" jdbcType="INTEGER"/> |
| | | <result column="specs" property="specs" jdbcType="VARCHAR"/> |
| | | <result column="brand" property="brand" jdbcType="VARCHAR"/> |
| | | <result column="price" property="price" jdbcType="DECIMAL"/> |
| | | <result column="weight" property="weight" jdbcType="DECIMAL"/> |
| | | <result column="roughWeight" property="roughWeight" jdbcType="DECIMAL"/> |
| | | <result column="volume" property="volume" jdbcType="DECIMAL"/> |
| | | |
| | | <!-- 数量字段 --> |
| | | <result column="anfme" property="anfme" jdbcType="DECIMAL"/> |
| | | <result column="qty" property="qty" jdbcType="DECIMAL"/> |
| | | <result column="units" property="units" jdbcType="DECIMAL"/> |
| | | <result column="safe_qty" property="safeQty" jdbcType="DECIMAL"/> |
| | | <result column="work_qty" property="workQty" jdbcType="DECIMAL"/> |
| | | |
| | | <!-- 其他字段 --> |
| | | <result column="order_id" property="orderId" jdbcType="BIGINT"/> |
| | | <result column="order_no" property="orderNo" jdbcType="VARCHAR"/> |
| | | <result column="maktx" property="maktx" jdbcType="VARCHAR"/> |
| | | <result column="color" property="color" jdbcType="VARCHAR"/> |
| | | <result column="unit" property="unit" jdbcType="VARCHAR"/> |
| | | <result column="sku" property="sku" jdbcType="VARCHAR"/> |
| | | <result column="barcode" property="barcode" jdbcType="VARCHAR"/> |
| | | <result column="manu" property="manu" jdbcType="VARCHAR"/> |
| | | <result column="manu_date" property="manuDate" jdbcType="VARCHAR"/> |
| | | <result column="item_num" property="itemNum" jdbcType="VARCHAR"/> |
| | | <result column="length" property="length" jdbcType="DECIMAL"/> |
| | | <result column="three_code" property="threeCode" jdbcType="VARCHAR"/> |
| | | <result column="supp" property="supp" jdbcType="VARCHAR"/> |
| | | <result column="supp_code" property="suppCode" jdbcType="VARCHAR"/> |
| | | <result column="be_batch" property="beBatch" jdbcType="INTEGER"/> |
| | | <result column="dead_time" property="deadTime" jdbcType="VARCHAR"/> |
| | | <result column="dead_warn" property="deadWarn" jdbcType="INTEGER"/> |
| | | <result column="source" property="source" jdbcType="INTEGER"/> |
| | | <result column="inspect" property="inspect" jdbcType="INTEGER"/> |
| | | <result column="tk_type" property="tkType" jdbcType="INTEGER"/> |
| | | <result column="roll_up" property="rollUp" jdbcType="BIGINT"/> |
| | | <result column="create_by" property="createBy" jdbcType="BIGINT"/> |
| | | <result column="create_time" property="createTime" jdbcType="TIMESTAMP"/> |
| | | <result column="update_by" property="updateBy" jdbcType="BIGINT"/> |
| | | <result column="update_time" property="updateTime" jdbcType="TIMESTAMP"/> |
| | | <result column="memo" property="memo" jdbcType="VARCHAR"/> |
| | | </resultMap> |
| | | |
| | | <select id="selectItem" resultMap="BaseResultMap"> |
| | | select * from man_order_detl_pakout |
| | | where 1=1 |