|
|
@ -1062,6 +1062,7 @@ |
|
|
a.document_source, |
|
|
a.document_source, |
|
|
a.repair_reporting_type, |
|
|
a.repair_reporting_type, |
|
|
a.repair_type, |
|
|
a.repair_type, |
|
|
|
|
|
a.line_change_complexity as lineChangeComplexity, |
|
|
a.confirm_assessment, |
|
|
a.confirm_assessment, |
|
|
a.confirm_remark, |
|
|
a.confirm_remark, |
|
|
a.check_assessment, |
|
|
a.check_assessment, |
|
|
@ -2775,8 +2776,8 @@ |
|
|
<!-- 创建维修工单 --> |
|
|
<!-- 创建维修工单 --> |
|
|
<insert id="saveWorkOrder" parameterType="com.xujie.sys.modules.pms.data.EamDefectFeedBackData"> |
|
|
<insert id="saveWorkOrder" parameterType="com.xujie.sys.modules.pms.data.EamDefectFeedBackData"> |
|
|
INSERT INTO eam_workOrder |
|
|
INSERT INTO eam_workOrder |
|
|
(Site, bu_no, OrderNo, PlanID, PropertiesCode, ObjectID, Status, PlanDate, FunctionType, CreateDate, CreateBy, PlanDesc, document_source, repair_reporting_type, repair_type, PlanOperator) |
|
|
|
|
|
VALUES (#{site}, #{buNo}, #{orderNo}, #{feedBackID}, '', #{objectID}, '未开工', getDate(), 'C', getDate(), #{createdBy}, #{feedBackDesc}, #{documentSource}, #{repairReportingType}, #{repairType}, #{planOperator}) |
|
|
|
|
|
|
|
|
(Site, bu_no, OrderNo, PlanID, PropertiesCode, ObjectID, Status, PlanDate, FunctionType, CreateDate, CreateBy, PlanDesc, document_source, repair_reporting_type, repair_type, PlanOperator, line_change_complexity) |
|
|
|
|
|
VALUES (#{site}, #{buNo}, #{orderNo}, #{feedBackID}, '', #{objectID}, '未开工', getDate(), 'C', getDate(), #{createdBy}, #{feedBackDesc}, #{documentSource}, #{repairReportingType}, #{repairType}, #{planOperator}, #{lineChangeComplexity}) |
|
|
</insert> |
|
|
</insert> |
|
|
|
|
|
|
|
|
<!-- 修改工单 --> |
|
|
<!-- 修改工单 --> |
|
|
|