|  |  | 
 |  |  |     <!--@mbg.generated--> | 
 |  |  |     <!--@Table rm_work_report_last--> | 
 |  |  |     <id column="id" jdbcType="BIGINT" property="id" /> | 
 |  |  |     <result column="client_id" jdbcType="BIGINT" property="clientId" /> | 
 |  |  |     <result column="client_name" jdbcType="VARCHAR" property="clientName" /> | 
 |  |  |     <result column="controller_id" jdbcType="BIGINT" property="controllerId" /> | 
 |  |  |     <result column="intake_id" jdbcType="BIGINT" property="intakeId" /> | 
 |  |  |     <result column="rtu_addr" jdbcType="VARCHAR" property="rtuAddr" /> | 
 |  |  | 
 |  |  |   </resultMap> | 
 |  |  |   <sql id="Base_Column_List"> | 
 |  |  |     <!--@mbg.generated--> | 
 |  |  |     id, controller_id, intake_id, rtu_addr, dt, rtu_dt, order_no, ic_card_addr, ic_card_no,  | 
 |  |  |     id, client_id, client_name, | 
 |  |  |     controller_id, intake_id, rtu_addr, dt, rtu_dt, order_no, ic_card_addr, ic_card_no, | 
 |  |  |     water_level, water_press, water_instant, water_total, ele_total, money_remain, water_remain,  | 
 |  |  |     this_ele, this_water, this_money, this_duration, water_price, ele_price, a_volt,  | 
 |  |  |     b_volt, c_volt, a_current, b_current, c_current, battery_volt, water_meter_trans_volt,  | 
 |  |  | 
 |  |  |   </delete> | 
 |  |  |   <insert id="insert" parameterType="com.dy.pipIrrGlobal.pojoRm.RmWorkReportLast"> | 
 |  |  |     <!--@mbg.generated--> | 
 |  |  |     insert into rm_work_report_last (id, controller_id, intake_id,  | 
 |  |  |     insert into rm_work_report_last (id, client_id, client_name, | 
 |  |  |       controller_id, intake_id, | 
 |  |  |       rtu_addr, dt, rtu_dt,  | 
 |  |  |       order_no, ic_card_addr, ic_card_no,  | 
 |  |  |       water_level, water_press, water_instant,  | 
 |  |  | 
 |  |  |       a_current, b_current, c_current,  | 
 |  |  |       battery_volt, water_meter_trans_volt, water_meter_work_volt | 
 |  |  |       ) | 
 |  |  |     values (#{id,jdbcType=BIGINT}, #{controllerId,jdbcType=BIGINT}, #{intakeId,jdbcType=BIGINT},  | 
 |  |  |     values (#{id,jdbcType=BIGINT}, #{clientId,jdbcType=BIGINT}, #{clientName,jdbcType=VARCHAR}, | 
 |  |  |       #{controllerId,jdbcType=BIGINT}, #{intakeId,jdbcType=BIGINT}, | 
 |  |  |       #{rtuAddr,jdbcType=VARCHAR}, #{dt,jdbcType=TIMESTAMP}, #{rtuDt,jdbcType=TIMESTAMP},  | 
 |  |  |       #{orderNo,jdbcType=VARCHAR}, #{icCardAddr,jdbcType=VARCHAR}, #{icCardNo,jdbcType=VARCHAR},  | 
 |  |  |       #{waterLevel,jdbcType=FLOAT}, #{waterPress,jdbcType=FLOAT}, #{waterInstant,jdbcType=FLOAT},  | 
 |  |  | 
 |  |  |     <trim prefix="(" suffix=")" suffixOverrides=","> | 
 |  |  |       <if test="id != null"> | 
 |  |  |         id, | 
 |  |  |       </if> | 
 |  |  |       <if test="clientId != null"> | 
 |  |  |         client_id, | 
 |  |  |       </if> | 
 |  |  |       <if test="clientName != null"> | 
 |  |  |         client_name, | 
 |  |  |       </if> | 
 |  |  |       <if test="controllerId != null"> | 
 |  |  |         controller_id, | 
 |  |  | 
 |  |  |     <trim prefix="values (" suffix=")" suffixOverrides=","> | 
 |  |  |       <if test="id != null"> | 
 |  |  |         #{id,jdbcType=BIGINT}, | 
 |  |  |       </if> | 
 |  |  |       <if test="clientId != null"> | 
 |  |  |         #{clientId,jdbcType=BIGINT}, | 
 |  |  |       </if> | 
 |  |  |       <if test="clientName != null"> | 
 |  |  |         #{clientName,jdbcType=VARCHAR}, | 
 |  |  |       </if> | 
 |  |  |       <if test="controllerId != null"> | 
 |  |  |         #{controllerId,jdbcType=BIGINT}, | 
 |  |  | 
 |  |  |     <!--@mbg.generated--> | 
 |  |  |     update rm_work_report_last | 
 |  |  |     <set> | 
 |  |  |       <if test="clientId != null"> | 
 |  |  |         client_id = #{clientId,jdbcType=BIGINT}, | 
 |  |  |       </if> | 
 |  |  |       <if test="clientName != null"> | 
 |  |  |         client_name = #{clientName,jdbcType=VARCHAR}, | 
 |  |  |       </if> | 
 |  |  |       <if test="controllerId != null"> | 
 |  |  |         controller_id = #{controllerId,jdbcType=BIGINT}, | 
 |  |  |       </if> | 
 |  |  | 
 |  |  |   <update id="updateByPrimaryKey" parameterType="com.dy.pipIrrGlobal.pojoRm.RmWorkReportLast"> | 
 |  |  |     <!--@mbg.generated--> | 
 |  |  |     update rm_work_report_last | 
 |  |  |     set controller_id = #{controllerId,jdbcType=BIGINT}, | 
 |  |  |     set client_id = #{clientId,jdbcType=BIGINT}, | 
 |  |  |       client_name = #{clientName,jdbcType=VARCHAR}, | 
 |  |  |       controller_id = #{controllerId,jdbcType=BIGINT}, | 
 |  |  |       intake_id = #{intakeId,jdbcType=BIGINT}, | 
 |  |  |       rtu_addr = #{rtuAddr,jdbcType=VARCHAR}, | 
 |  |  |       dt = #{dt,jdbcType=TIMESTAMP}, |