浏览代码

新增按主键更新巡检计划

wangbo 4 年之前
父节点
当前提交
f38ed6edc4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      operation_manager/src/main/resources/mapper/task/PlanManageMapper.xml

+ 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},