소스 검색

新增按主键更新巡检计划

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