Prechádzať zdrojové kódy

新增按主键更新巡检计划

wangbo 4 rokov pred
rodič
commit
f38ed6edc4

+ 1 - 1
operation_manager/src/main/resources/mapper/task/PlanManageMapper.xml

@@ -296,7 +296,7 @@
     </set>
     where id = #{id,jdbcType=INTEGER}
   </update>
-  <update id="updateByPrimaryKey" parameterType="com.huaxu.task.entity.PlanManage2" >
+  <update id="updateByPrimaryKey" parameterType="com.huaxu.task.entity.PlanManage" >
     update sc_plan_manage
     set plan_id = #{planId,jdbcType=VARCHAR},
       plan_name = #{planName,jdbcType=VARCHAR},