From 7fd3f90c2055d82d2e5fe96a4b0454e0c2cc9892 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 22 十一月 2024 17:23:43 +0800 Subject: [PATCH] 远程升级优化 --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml index 60f1766..b7aa29e 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/UgRtuControllerMapper.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.dy.pipIrrGlobal.daoRm.UgRtuControllerMapper"> - <resultMap id="BaseResultMap" type="com.dy.pipIrrGlobal.pojoRm.UgRtuController"> + <resultMap id="BaseResultMap" type="com.dy.pipIrrGlobal.pojoUg.UgRtuController"> <!--@mbg.generated--> <!--@Table ug_rtu_controller--> <id column="id" jdbcType="BIGINT" property="id" /> @@ -168,7 +168,7 @@ where task_id = #{taskId,jdbcType=BIGINT} </delete> - <insert id="insert" parameterType="com.dy.pipIrrGlobal.pojoRm.UgRtuController"> + <insert id="insert" parameterType="com.dy.pipIrrGlobal.pojoUg.UgRtuController"> <!--@mbg.generated--> insert into ug_rtu_controller (id, task_id, controller_id, rtu_addr) @@ -177,7 +177,7 @@ #{isOver,jdbcType=TINYINT}, #{ugState,jdbcType=INTEGER}, #{overDt,jdbcType=TIMESTAMP}) </insert> - <insert id="insertSelective" parameterType="com.dy.pipIrrGlobal.pojoRm.UgRtuController"> + <insert id="insertSelective" parameterType="com.dy.pipIrrGlobal.pojoUg.UgRtuController"> <!--@mbg.generated--> insert into ug_rtu_controller <trim prefix="(" suffix=")" suffixOverrides=","> @@ -227,7 +227,7 @@ </if> </trim> </insert> - <update id="updateByPrimaryKeySelective" parameterType="com.dy.pipIrrGlobal.pojoRm.UgRtuController"> + <update id="updateByPrimaryKeySelective" parameterType="com.dy.pipIrrGlobal.pojoUg.UgRtuController"> <!--@mbg.generated--> update ug_rtu_controller <set> @@ -252,7 +252,7 @@ </set> where id = #{id,jdbcType=BIGINT} </update> - <update id="updateByPrimaryKey" parameterType="com.dy.pipIrrGlobal.pojoRm.UgRtuController"> + <update id="updateByPrimaryKey" parameterType="com.dy.pipIrrGlobal.pojoUg.UgRtuController"> <!--@mbg.generated--> update ug_rtu_controller set task_id = #{taskId,jdbcType=BIGINT}, -- Gitblit v1.8.0