|
|
@ -1328,8 +1328,8 @@ |
|
|
|
|
|
|
|
|
<!-- 新增物料属性模板 --> |
|
|
<!-- 新增物料属性模板 --> |
|
|
<insert id="savePartAttributeDetails" parameterType="com.gaotao.modules.pms.data.QcTemplateData"> |
|
|
<insert id="savePartAttributeDetails" parameterType="com.gaotao.modules.pms.data.QcTemplateData"> |
|
|
INSERT INTO qc_attribute_template (attribute_no, template_id, sampling_level_no, inspection_cycle, sampling_programme_no, AQL, AC, RE, attribute_type, operation, manufacturer_id, resource_id, site, bu_no, customer_id) |
|
|
|
|
|
VALUES (#{attributeNo}, #{templateId}, #{samplingLevelNo}, #{inspectionCycle,jdbcType=DECIMAL}, #{samplingProgrammeNo}, #{aql,jdbcType=DECIMAL}, #{ac,jdbcType=DECIMAL}, #{re,jdbcType=DECIMAL}, #{attributeType}, #{operation}, #{manufacturerID}, #{resourceID}, #{site}, #{buNo}, #{customerID}) |
|
|
|
|
|
|
|
|
INSERT INTO qc_attribute_template (attribute_no, template_id, sampling_level_no, inspection_cycle, sampling_programme_no, AQL, AC, RE, attribute_type, operation, manufacturer_id, resource_id, site, bu_no, customer_id, inspection_type_no) |
|
|
|
|
|
VALUES (#{attributeNo}, #{templateId}, #{samplingLevelNo}, #{inspectionCycle,jdbcType=DECIMAL}, #{samplingProgrammeNo}, #{aql,jdbcType=DECIMAL}, #{ac,jdbcType=DECIMAL}, #{re,jdbcType=DECIMAL}, #{attributeType}, #{operation}, #{manufacturerID}, #{resourceID}, #{site}, #{buNo}, #{customerID}, #{inspectionTypeNo}) |
|
|
</insert> |
|
|
</insert> |
|
|
|
|
|
|
|
|
<!-- 删除物料属性模板 --> |
|
|
<!-- 删除物料属性模板 --> |
|
|
|