批次规则的修改
This commit is contained in:
@@ -22,6 +22,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="packId" column="pack_id" />
|
||||
<result property="packCode" column="pack_code" />
|
||||
<result property="packName" column="pack_name" />
|
||||
<result property="unitCode" column="unit_code" />
|
||||
<result property="unitName" column="unit_name" />
|
||||
<result property="brandId" column="brand_id" />
|
||||
<result property="brandCode" column="brand_code" />
|
||||
<result property="brandName" column="brand_name" />
|
||||
@@ -45,11 +47,20 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="delFlag" column="del_flag" />
|
||||
<result property="unitNumber" column="unit_number" />
|
||||
<result property="common" column="common" />
|
||||
<result property="skuCode" column="SKU_CODE" />
|
||||
<result property="unitPrice" column="UNIT_PRICE" />
|
||||
<result property="currency" column="CURRENCY" />
|
||||
<result property="originCountry" column="ORIGIN_COUNTRY" />
|
||||
<result property="hsCode" column="HS_CODE" />
|
||||
<result property="declarationUnit" column="DECLARATION_UNIT" />
|
||||
<result property="statutoryUnit" column="STATUTORY_UNIT" />
|
||||
<result property="statutorySecondUnit" column="STATUTORY_SECOND_UNIT" />
|
||||
<result property="specificationModel" column="SPECIFICATION_MODEL" />
|
||||
</resultMap>
|
||||
|
||||
|
||||
<sql id="selectMaterialBaseInfoPo">
|
||||
select material_base_info_id, organization_id, organization_name, top_organization_id, shipper_id, shipper_code, shipper_name, material_code, material_name, bar_code, material_classify_code, material_classify_name, material_type, material_type_name, pack_id, pack_code, pack_name, unit_code, unit_name, brand_id, brand_code, brand_name, shelf_life, weight_limit, volume_limit, material_shape, material_shape_name, material_size, material_length, material_width, material_height, remark, nullify, create_time, create_by, create_by_name, update_time, update_by, update_by_name, del_flag,common,sku_code, unit_price, currency, origin_country, hs_code, declaration_unit, statutory_unit, statutory_second_unit,specification_Model from material_base_info
|
||||
select material_base_info_id, organization_id, organization_name, top_organization_id, shipper_id, shipper_code, shipper_name, material_code, material_name, bar_code, material_classify_code, material_classify_name, material_type, material_type_name, pack_id, pack_code, pack_name, unit_code, unit_name, brand_id, brand_code, brand_name, shelf_life, weight_limit, volume_limit, material_shape, material_shape_name, material_size, material_length, material_width, material_height, remark, nullify, create_time, create_by, create_by_name, update_time, update_by, update_by_name, del_flag, common, sku_code, unit_price, currency, origin_country, hs_code, declaration_unit, statutory_unit, statutory_second_unit, specification_model as specification_model from material_base_info
|
||||
</sql>
|
||||
|
||||
<sql id="JoinMaterialBaseInfoPo">
|
||||
|
||||
Reference in New Issue
Block a user