|
@@ -192,33 +192,66 @@
|
|
update_by = #{updateBy.id},
|
|
update_by = #{updateBy.id},
|
|
update_date = #{updateDate},
|
|
update_date = #{updateDate},
|
|
remarks = #{remarks}
|
|
remarks = #{remarks}
|
|
- WHERE id = #{id}
|
|
|
|
|
|
+ WHERE proc_ins_id = #{procInsId}
|
|
</update>
|
|
</update>
|
|
-
|
|
|
|
- <!--<update id="newUpdate">
|
|
|
|
|
|
+ <update id="updateById">
|
|
UPDATE xm_disclose_conclusion SET
|
|
UPDATE xm_disclose_conclusion SET
|
|
- powerLine = #{powerLine},
|
|
|
|
- blackoutArea = #{blackoutArea},
|
|
|
|
- projectType = #{projectType},
|
|
|
|
- powerFailure = #{powerFailure},
|
|
|
|
- preliminaryJudgment = #{preliminaryJudgment},
|
|
|
|
- civilEngineering = #{civilEngineering},
|
|
|
|
- baseType = #{baseType},
|
|
|
|
- planApproval = #{planApproval},
|
|
|
|
- transformationType = #{transformationType},
|
|
|
|
- transformationEquipment = #{transformationEquipment},
|
|
|
|
- newNamed = #{newNamed},
|
|
|
|
- putInto = #{putInto},
|
|
|
|
- electricalConstruction = #{electricalConstruction},
|
|
|
|
- theAssignment = #{theAssignment},
|
|
|
|
- automation = #{automation},
|
|
|
|
- remote = #{remote},
|
|
|
|
- communicationMode = #{communicationMode},
|
|
|
|
- inSitu = #{inSitu},
|
|
|
|
- networkCabinet = #{networkCabinet},
|
|
|
|
- station = #{station}
|
|
|
|
- WHERE id = #{id}
|
|
|
|
- </update>-->
|
|
|
|
|
|
+ proc_ins_id = #{procInsId},
|
|
|
|
+ conId = #{conId},
|
|
|
|
+ projectNumber= #{projectNumber},
|
|
|
|
+ projectName= #{projectName},
|
|
|
|
+ projectId= #{projectId},
|
|
|
|
+ channel= #{channel},
|
|
|
|
+ capacity = #{capacity},
|
|
|
|
+ sceneSize = #{sceneSize},
|
|
|
|
+ capacitySize = #{capacitySize},
|
|
|
|
+ hiddenDanger = #{hiddenDanger},
|
|
|
|
+ influenceConstruction = #{influenceConstruction},
|
|
|
|
+ projectRepetition = #{projectRepetition},
|
|
|
|
+ implemented = #{implemented},
|
|
|
|
+ transformer = #{transformer},
|
|
|
|
+ explanationOfNecessity = #{explanationOfNecessity},
|
|
|
|
+ lineName = #{lineName},
|
|
|
|
+ quantities = #{quantities},
|
|
|
|
+ rodNumber = #{rodNumber},
|
|
|
|
+ inconsistentDescription = #{inconsistentDescription},
|
|
|
|
+ administrationType = #{administrationType},
|
|
|
|
+ precondition = #{precondition},
|
|
|
|
+ policyHandlingInstructions = #{policyHandlingInstructions},
|
|
|
|
+ placementMode = #{placementMode},
|
|
|
|
+ productionDate = #{productionDate},
|
|
|
|
+ IntegrateModule = #{IntegrateModule},
|
|
|
|
+ needReplace = #{needReplace},
|
|
|
|
+ overallTransformation = #{overallTransformation},
|
|
|
|
+ update_by = #{updateBy.id},
|
|
|
|
+ update_date = #{updateDate},
|
|
|
|
+ remarks = #{remarks}
|
|
|
|
+ WHERE proc_ins_id = #{procInsId}
|
|
|
|
+ </update>
|
|
|
|
+ <!--<update id="newUpdate">-->
|
|
|
|
+ <!--UPDATE xm_disclose_conclusion SET-->
|
|
|
|
+ <!--powerLine = #{powerLine},-->
|
|
|
|
+ <!--blackoutArea = #{blackoutArea},-->
|
|
|
|
+ <!--projectType = #{projectType},-->
|
|
|
|
+ <!--powerFailure = #{powerFailure},-->
|
|
|
|
+ <!--preliminaryJudgment = #{preliminaryJudgment},-->
|
|
|
|
+ <!--civilEngineering = #{civilEngineering},-->
|
|
|
|
+ <!--baseType = #{baseType},-->
|
|
|
|
+ <!--planApproval = #{planApproval},-->
|
|
|
|
+ <!--transformationType = #{transformationType},-->
|
|
|
|
+ <!--transformationEquipment = #{transformationEquipment},-->
|
|
|
|
+ <!--newNamed = #{newNamed},-->
|
|
|
|
+ <!--putInto = #{putInto},-->
|
|
|
|
+ <!--electricalConstruction = #{electricalConstruction},-->
|
|
|
|
+ <!--theAssignment = #{theAssignment},-->
|
|
|
|
+ <!--automation = #{automation},-->
|
|
|
|
+ <!--remote = #{remote},-->
|
|
|
|
+ <!--communicationMode = #{communicationMode},-->
|
|
|
|
+ <!--inSitu = #{inSitu},-->
|
|
|
|
+ <!--networkCabinet = #{networkCabinet},-->
|
|
|
|
+ <!--station = #{station}-->
|
|
|
|
+ <!--WHERE id = #{id}-->
|
|
|
|
+ <!--</update>-->
|
|
|
|
|
|
<!--物理删除-->
|
|
<!--物理删除-->
|
|
<update id="delete">
|
|
<update id="delete">
|