|
@@ -8,7 +8,7 @@
|
|
<result column="material_type" property="materialType" />
|
|
<result column="material_type" property="materialType" />
|
|
<result column="color" property="color" />
|
|
<result column="color" property="color" />
|
|
<result column="size" property="size" />
|
|
<result column="size" property="size" />
|
|
- <result column="tonnage" property="tonnage" />
|
|
|
|
|
|
+ <result column="machine_tonnage" property="machineTonnage" />
|
|
<result column="all_weight" property="allWeight" />
|
|
<result column="all_weight" property="allWeight" />
|
|
<result column="head_weight" property="headWeight" />
|
|
<result column="head_weight" property="headWeight" />
|
|
<result column="min_shot_weight" property="minShotWeight" />
|
|
<result column="min_shot_weight" property="minShotWeight" />
|
|
@@ -22,7 +22,7 @@
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
<!-- 通用查询结果列 -->
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
- injection_id, material_type, color, size, tonnage, all_weight, head_weight, min_shot_weight, max_shot_weight, cycle, common_model_temperature, mother_model_temperature, mould_id, equipment_no
|
|
|
|
|
|
+ injection_id, material_type, color, size, machine_tonnage, all_weight, head_weight, min_shot_weight, max_shot_weight, cycle, common_model_temperature, mother_model_temperature, mould_id, equipment_no
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|