|
@@ -0,0 +1,591 @@
|
|
|
+<?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.hcloud.microserver.mbg.mapper.TFarmerInfoMapper">
|
|
|
+ <resultMap id="BaseResultMap" type="com.hcloud.microserver.mbg.modul.TFarmerInfo">
|
|
|
+ <id column="guid" jdbcType="CHAR" property="guid" />
|
|
|
+ <result column="fk_poverty_area_id" jdbcType="CHAR" property="fkPovertyAreaId" />
|
|
|
+ <result column="fk_collective_id" jdbcType="CHAR" property="fkCollectiveId" />
|
|
|
+ <result column="farmer_code" jdbcType="VARCHAR" property="farmerCode" />
|
|
|
+ <result column="farmer_name" jdbcType="VARCHAR" property="farmerName" />
|
|
|
+ <result column="family_num" jdbcType="INTEGER" property="familyNum" />
|
|
|
+ <result column="sex" jdbcType="INTEGER" property="sex" />
|
|
|
+ <result column="pid" jdbcType="CHAR" property="pid" />
|
|
|
+ <result column="nation" jdbcType="VARCHAR" property="nation" />
|
|
|
+ <result column="education" jdbcType="VARCHAR" property="education" />
|
|
|
+ <result column="phone" jdbcType="VARCHAR" property="phone" />
|
|
|
+ <result column="bank_card_no" jdbcType="VARCHAR" property="bankCardNo" />
|
|
|
+ <result column="income_val" jdbcType="DECIMAL" property="incomeVal" />
|
|
|
+ <result column="farmer_type" jdbcType="VARCHAR" property="farmerType" />
|
|
|
+ <result column="farmer_remark" jdbcType="VARCHAR" property="farmerRemark" />
|
|
|
+ <result column="farmer_images" jdbcType="VARCHAR" property="farmerImages" />
|
|
|
+ <result column="village_org" jdbcType="CHAR" property="villageOrg" />
|
|
|
+ <result column="is_enable" jdbcType="INTEGER" property="isEnable" />
|
|
|
+ <result column="state" jdbcType="INTEGER" property="state" />
|
|
|
+ <result column="create_user" jdbcType="CHAR" property="createUser" />
|
|
|
+ <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
+ <result column="modified_user" jdbcType="CHAR" property="modifiedUser" />
|
|
|
+ <result column="modified_time" jdbcType="TIMESTAMP" property="modifiedTime" />
|
|
|
+ <result column="bank_clearing_msg" jdbcType="VARCHAR" property="bankClearingMsg" />
|
|
|
+ <result column="recieve_money" jdbcType="DECIMAL" property="recieveMoney" />
|
|
|
+ <result column="actual_money" jdbcType="DECIMAL" property="actualMoney" />
|
|
|
+ <result column="bank_name" jdbcType="VARCHAR" property="bankName" />
|
|
|
+ <result column="bank_status" jdbcType="INTEGER" property="bankStatus" />
|
|
|
+ <result column="bank_code" jdbcType="VARCHAR" property="bankCode" />
|
|
|
+ </resultMap>
|
|
|
+ <sql id="Example_Where_Clause">
|
|
|
+ <where>
|
|
|
+ <foreach collection="oredCriteria" item="criteria" separator="or">
|
|
|
+ <if test="criteria.valid">
|
|
|
+ <trim prefix="(" prefixOverrides="and" suffix=")">
|
|
|
+ <foreach collection="criteria.criteria" item="criterion">
|
|
|
+ <choose>
|
|
|
+ <when test="criterion.noValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.singleValue">
|
|
|
+ and ${criterion.condition} #{criterion.value}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.betweenValue">
|
|
|
+ and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.listValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
|
|
|
+ #{listItem}
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
+ </choose>
|
|
|
+ </foreach>
|
|
|
+ </trim>
|
|
|
+ </if>
|
|
|
+ </foreach>
|
|
|
+ </where>
|
|
|
+ </sql>
|
|
|
+ <sql id="Update_By_Example_Where_Clause">
|
|
|
+ <where>
|
|
|
+ <foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
|
+ <if test="criteria.valid">
|
|
|
+ <trim prefix="(" prefixOverrides="and" suffix=")">
|
|
|
+ <foreach collection="criteria.criteria" item="criterion">
|
|
|
+ <choose>
|
|
|
+ <when test="criterion.noValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.singleValue">
|
|
|
+ and ${criterion.condition} #{criterion.value}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.betweenValue">
|
|
|
+ and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.listValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
|
|
|
+ #{listItem}
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
+ </choose>
|
|
|
+ </foreach>
|
|
|
+ </trim>
|
|
|
+ </if>
|
|
|
+ </foreach>
|
|
|
+ </where>
|
|
|
+ </sql>
|
|
|
+ <sql id="Base_Column_List">
|
|
|
+ guid, fk_poverty_area_id, fk_collective_id, farmer_code, farmer_name, family_num,
|
|
|
+ sex, pid, nation, education, phone, bank_card_no, income_val, farmer_type, farmer_remark,
|
|
|
+ farmer_images, village_org, is_enable, state, create_user, create_time, modified_user,
|
|
|
+ modified_time, bank_clearing_msg, recieve_money, actual_money, bank_name, bank_status,
|
|
|
+ bank_code
|
|
|
+ </sql>
|
|
|
+ <select id="selectByExample" parameterType="com.hcloud.microserver.mbg.modul.TFarmerInfoExample" resultMap="BaseResultMap">
|
|
|
+ select
|
|
|
+ <if test="distinct">
|
|
|
+ distinct
|
|
|
+ </if>
|
|
|
+ <include refid="Base_Column_List" />
|
|
|
+ from t_farmer_info
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ <if test="orderByClause != null">
|
|
|
+ order by ${orderByClause}
|
|
|
+ </if>
|
|
|
+ </select>
|
|
|
+ <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
+ select
|
|
|
+ <include refid="Base_Column_List" />
|
|
|
+ from t_farmer_info
|
|
|
+ where guid = #{guid,jdbcType=CHAR}
|
|
|
+ </select>
|
|
|
+ <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
|
|
+ delete from t_farmer_info
|
|
|
+ where guid = #{guid,jdbcType=CHAR}
|
|
|
+ </delete>
|
|
|
+ <delete id="deleteByExample" parameterType="com.hcloud.microserver.mbg.modul.TFarmerInfoExample">
|
|
|
+ delete from t_farmer_info
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </delete>
|
|
|
+ <insert id="insert" parameterType="com.hcloud.microserver.mbg.modul.TFarmerInfo">
|
|
|
+ insert into t_farmer_info (guid, fk_poverty_area_id, fk_collective_id,
|
|
|
+ farmer_code, farmer_name, family_num,
|
|
|
+ sex, pid, nation, education,
|
|
|
+ phone, bank_card_no, income_val,
|
|
|
+ farmer_type, farmer_remark, farmer_images,
|
|
|
+ village_org, is_enable, state,
|
|
|
+ create_user, create_time, modified_user,
|
|
|
+ modified_time, bank_clearing_msg, recieve_money,
|
|
|
+ actual_money, bank_name, bank_status,
|
|
|
+ bank_code)
|
|
|
+ values (#{guid,jdbcType=CHAR}, #{fkPovertyAreaId,jdbcType=CHAR}, #{fkCollectiveId,jdbcType=CHAR},
|
|
|
+ #{farmerCode,jdbcType=VARCHAR}, #{farmerName,jdbcType=VARCHAR}, #{familyNum,jdbcType=INTEGER},
|
|
|
+ #{sex,jdbcType=INTEGER}, #{pid,jdbcType=CHAR}, #{nation,jdbcType=VARCHAR}, #{education,jdbcType=VARCHAR},
|
|
|
+ #{phone,jdbcType=VARCHAR}, #{bankCardNo,jdbcType=VARCHAR}, #{incomeVal,jdbcType=DECIMAL},
|
|
|
+ #{farmerType,jdbcType=VARCHAR}, #{farmerRemark,jdbcType=VARCHAR}, #{farmerImages,jdbcType=VARCHAR},
|
|
|
+ #{villageOrg,jdbcType=CHAR}, #{isEnable,jdbcType=INTEGER}, #{state,jdbcType=INTEGER},
|
|
|
+ #{createUser,jdbcType=CHAR}, #{createTime,jdbcType=TIMESTAMP}, #{modifiedUser,jdbcType=CHAR},
|
|
|
+ #{modifiedTime,jdbcType=TIMESTAMP}, #{bankClearingMsg,jdbcType=VARCHAR}, #{recieveMoney,jdbcType=DECIMAL},
|
|
|
+ #{actualMoney,jdbcType=DECIMAL}, #{bankName,jdbcType=VARCHAR}, #{bankStatus,jdbcType=INTEGER},
|
|
|
+ #{bankCode,jdbcType=VARCHAR})
|
|
|
+ </insert>
|
|
|
+ <insert id="insertSelective" parameterType="com.hcloud.microserver.mbg.modul.TFarmerInfo">
|
|
|
+ insert into t_farmer_info
|
|
|
+ <trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
+ <if test="guid != null">
|
|
|
+ guid,
|
|
|
+ </if>
|
|
|
+ <if test="fkPovertyAreaId != null">
|
|
|
+ fk_poverty_area_id,
|
|
|
+ </if>
|
|
|
+ <if test="fkCollectiveId != null">
|
|
|
+ fk_collective_id,
|
|
|
+ </if>
|
|
|
+ <if test="farmerCode != null">
|
|
|
+ farmer_code,
|
|
|
+ </if>
|
|
|
+ <if test="farmerName != null">
|
|
|
+ farmer_name,
|
|
|
+ </if>
|
|
|
+ <if test="familyNum != null">
|
|
|
+ family_num,
|
|
|
+ </if>
|
|
|
+ <if test="sex != null">
|
|
|
+ sex,
|
|
|
+ </if>
|
|
|
+ <if test="pid != null">
|
|
|
+ pid,
|
|
|
+ </if>
|
|
|
+ <if test="nation != null">
|
|
|
+ nation,
|
|
|
+ </if>
|
|
|
+ <if test="education != null">
|
|
|
+ education,
|
|
|
+ </if>
|
|
|
+ <if test="phone != null">
|
|
|
+ phone,
|
|
|
+ </if>
|
|
|
+ <if test="bankCardNo != null">
|
|
|
+ bank_card_no,
|
|
|
+ </if>
|
|
|
+ <if test="incomeVal != null">
|
|
|
+ income_val,
|
|
|
+ </if>
|
|
|
+ <if test="farmerType != null">
|
|
|
+ farmer_type,
|
|
|
+ </if>
|
|
|
+ <if test="farmerRemark != null">
|
|
|
+ farmer_remark,
|
|
|
+ </if>
|
|
|
+ <if test="farmerImages != null">
|
|
|
+ farmer_images,
|
|
|
+ </if>
|
|
|
+ <if test="villageOrg != null">
|
|
|
+ village_org,
|
|
|
+ </if>
|
|
|
+ <if test="isEnable != null">
|
|
|
+ is_enable,
|
|
|
+ </if>
|
|
|
+ <if test="state != null">
|
|
|
+ state,
|
|
|
+ </if>
|
|
|
+ <if test="createUser != null">
|
|
|
+ create_user,
|
|
|
+ </if>
|
|
|
+ <if test="createTime != null">
|
|
|
+ create_time,
|
|
|
+ </if>
|
|
|
+ <if test="modifiedUser != null">
|
|
|
+ modified_user,
|
|
|
+ </if>
|
|
|
+ <if test="modifiedTime != null">
|
|
|
+ modified_time,
|
|
|
+ </if>
|
|
|
+ <if test="bankClearingMsg != null">
|
|
|
+ bank_clearing_msg,
|
|
|
+ </if>
|
|
|
+ <if test="recieveMoney != null">
|
|
|
+ recieve_money,
|
|
|
+ </if>
|
|
|
+ <if test="actualMoney != null">
|
|
|
+ actual_money,
|
|
|
+ </if>
|
|
|
+ <if test="bankName != null">
|
|
|
+ bank_name,
|
|
|
+ </if>
|
|
|
+ <if test="bankStatus != null">
|
|
|
+ bank_status,
|
|
|
+ </if>
|
|
|
+ <if test="bankCode != null">
|
|
|
+ bank_code,
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ <trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
+ <if test="guid != null">
|
|
|
+ #{guid,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="fkPovertyAreaId != null">
|
|
|
+ #{fkPovertyAreaId,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="fkCollectiveId != null">
|
|
|
+ #{fkCollectiveId,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="farmerCode != null">
|
|
|
+ #{farmerCode,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="farmerName != null">
|
|
|
+ #{farmerName,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="familyNum != null">
|
|
|
+ #{familyNum,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="sex != null">
|
|
|
+ #{sex,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="pid != null">
|
|
|
+ #{pid,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="nation != null">
|
|
|
+ #{nation,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="education != null">
|
|
|
+ #{education,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="phone != null">
|
|
|
+ #{phone,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bankCardNo != null">
|
|
|
+ #{bankCardNo,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="incomeVal != null">
|
|
|
+ #{incomeVal,jdbcType=DECIMAL},
|
|
|
+ </if>
|
|
|
+ <if test="farmerType != null">
|
|
|
+ #{farmerType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="farmerRemark != null">
|
|
|
+ #{farmerRemark,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="farmerImages != null">
|
|
|
+ #{farmerImages,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="villageOrg != null">
|
|
|
+ #{villageOrg,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="isEnable != null">
|
|
|
+ #{isEnable,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="state != null">
|
|
|
+ #{state,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="createUser != null">
|
|
|
+ #{createUser,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="createTime != null">
|
|
|
+ #{createTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="modifiedUser != null">
|
|
|
+ #{modifiedUser,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="modifiedTime != null">
|
|
|
+ #{modifiedTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="bankClearingMsg != null">
|
|
|
+ #{bankClearingMsg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="recieveMoney != null">
|
|
|
+ #{recieveMoney,jdbcType=DECIMAL},
|
|
|
+ </if>
|
|
|
+ <if test="actualMoney != null">
|
|
|
+ #{actualMoney,jdbcType=DECIMAL},
|
|
|
+ </if>
|
|
|
+ <if test="bankName != null">
|
|
|
+ #{bankName,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bankStatus != null">
|
|
|
+ #{bankStatus,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="bankCode != null">
|
|
|
+ #{bankCode,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ </insert>
|
|
|
+ <select id="countByExample" parameterType="com.hcloud.microserver.mbg.modul.TFarmerInfoExample" resultType="java.lang.Long">
|
|
|
+ select count(*) from t_farmer_info
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </select>
|
|
|
+ <update id="updateByExampleSelective" parameterType="map">
|
|
|
+ update t_farmer_info
|
|
|
+ <set>
|
|
|
+ <if test="record.guid != null">
|
|
|
+ guid = #{record.guid,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.fkPovertyAreaId != null">
|
|
|
+ fk_poverty_area_id = #{record.fkPovertyAreaId,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.fkCollectiveId != null">
|
|
|
+ fk_collective_id = #{record.fkCollectiveId,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.farmerCode != null">
|
|
|
+ farmer_code = #{record.farmerCode,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.farmerName != null">
|
|
|
+ farmer_name = #{record.farmerName,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.familyNum != null">
|
|
|
+ family_num = #{record.familyNum,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.sex != null">
|
|
|
+ sex = #{record.sex,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.pid != null">
|
|
|
+ pid = #{record.pid,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.nation != null">
|
|
|
+ nation = #{record.nation,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.education != null">
|
|
|
+ education = #{record.education,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.phone != null">
|
|
|
+ phone = #{record.phone,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.bankCardNo != null">
|
|
|
+ bank_card_no = #{record.bankCardNo,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.incomeVal != null">
|
|
|
+ income_val = #{record.incomeVal,jdbcType=DECIMAL},
|
|
|
+ </if>
|
|
|
+ <if test="record.farmerType != null">
|
|
|
+ farmer_type = #{record.farmerType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.farmerRemark != null">
|
|
|
+ farmer_remark = #{record.farmerRemark,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.farmerImages != null">
|
|
|
+ farmer_images = #{record.farmerImages,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.villageOrg != null">
|
|
|
+ village_org = #{record.villageOrg,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.isEnable != null">
|
|
|
+ is_enable = #{record.isEnable,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.state != null">
|
|
|
+ state = #{record.state,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.createUser != null">
|
|
|
+ create_user = #{record.createUser,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.createTime != null">
|
|
|
+ create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="record.modifiedUser != null">
|
|
|
+ modified_user = #{record.modifiedUser,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.modifiedTime != null">
|
|
|
+ modified_time = #{record.modifiedTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="record.bankClearingMsg != null">
|
|
|
+ bank_clearing_msg = #{record.bankClearingMsg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.recieveMoney != null">
|
|
|
+ recieve_money = #{record.recieveMoney,jdbcType=DECIMAL},
|
|
|
+ </if>
|
|
|
+ <if test="record.actualMoney != null">
|
|
|
+ actual_money = #{record.actualMoney,jdbcType=DECIMAL},
|
|
|
+ </if>
|
|
|
+ <if test="record.bankName != null">
|
|
|
+ bank_name = #{record.bankName,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.bankStatus != null">
|
|
|
+ bank_status = #{record.bankStatus,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.bankCode != null">
|
|
|
+ bank_code = #{record.bankCode,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ </set>
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Update_By_Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </update>
|
|
|
+ <update id="updateByExample" parameterType="map">
|
|
|
+ update t_farmer_info
|
|
|
+ set guid = #{record.guid,jdbcType=CHAR},
|
|
|
+ fk_poverty_area_id = #{record.fkPovertyAreaId,jdbcType=CHAR},
|
|
|
+ fk_collective_id = #{record.fkCollectiveId,jdbcType=CHAR},
|
|
|
+ farmer_code = #{record.farmerCode,jdbcType=VARCHAR},
|
|
|
+ farmer_name = #{record.farmerName,jdbcType=VARCHAR},
|
|
|
+ family_num = #{record.familyNum,jdbcType=INTEGER},
|
|
|
+ sex = #{record.sex,jdbcType=INTEGER},
|
|
|
+ pid = #{record.pid,jdbcType=CHAR},
|
|
|
+ nation = #{record.nation,jdbcType=VARCHAR},
|
|
|
+ education = #{record.education,jdbcType=VARCHAR},
|
|
|
+ phone = #{record.phone,jdbcType=VARCHAR},
|
|
|
+ bank_card_no = #{record.bankCardNo,jdbcType=VARCHAR},
|
|
|
+ income_val = #{record.incomeVal,jdbcType=DECIMAL},
|
|
|
+ farmer_type = #{record.farmerType,jdbcType=VARCHAR},
|
|
|
+ farmer_remark = #{record.farmerRemark,jdbcType=VARCHAR},
|
|
|
+ farmer_images = #{record.farmerImages,jdbcType=VARCHAR},
|
|
|
+ village_org = #{record.villageOrg,jdbcType=CHAR},
|
|
|
+ is_enable = #{record.isEnable,jdbcType=INTEGER},
|
|
|
+ state = #{record.state,jdbcType=INTEGER},
|
|
|
+ create_user = #{record.createUser,jdbcType=CHAR},
|
|
|
+ create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
+ modified_user = #{record.modifiedUser,jdbcType=CHAR},
|
|
|
+ modified_time = #{record.modifiedTime,jdbcType=TIMESTAMP},
|
|
|
+ bank_clearing_msg = #{record.bankClearingMsg,jdbcType=VARCHAR},
|
|
|
+ recieve_money = #{record.recieveMoney,jdbcType=DECIMAL},
|
|
|
+ actual_money = #{record.actualMoney,jdbcType=DECIMAL},
|
|
|
+ bank_name = #{record.bankName,jdbcType=VARCHAR},
|
|
|
+ bank_status = #{record.bankStatus,jdbcType=INTEGER},
|
|
|
+ bank_code = #{record.bankCode,jdbcType=VARCHAR}
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Update_By_Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </update>
|
|
|
+ <update id="updateByPrimaryKeySelective" parameterType="com.hcloud.microserver.mbg.modul.TFarmerInfo">
|
|
|
+ update t_farmer_info
|
|
|
+ <set>
|
|
|
+ <if test="fkPovertyAreaId != null">
|
|
|
+ fk_poverty_area_id = #{fkPovertyAreaId,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="fkCollectiveId != null">
|
|
|
+ fk_collective_id = #{fkCollectiveId,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="farmerCode != null">
|
|
|
+ farmer_code = #{farmerCode,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="farmerName != null">
|
|
|
+ farmer_name = #{farmerName,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="familyNum != null">
|
|
|
+ family_num = #{familyNum,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="sex != null">
|
|
|
+ sex = #{sex,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="pid != null">
|
|
|
+ pid = #{pid,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="nation != null">
|
|
|
+ nation = #{nation,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="education != null">
|
|
|
+ education = #{education,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="phone != null">
|
|
|
+ phone = #{phone,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bankCardNo != null">
|
|
|
+ bank_card_no = #{bankCardNo,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="incomeVal != null">
|
|
|
+ income_val = #{incomeVal,jdbcType=DECIMAL},
|
|
|
+ </if>
|
|
|
+ <if test="farmerType != null">
|
|
|
+ farmer_type = #{farmerType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="farmerRemark != null">
|
|
|
+ farmer_remark = #{farmerRemark,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="farmerImages != null">
|
|
|
+ farmer_images = #{farmerImages,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="villageOrg != null">
|
|
|
+ village_org = #{villageOrg,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="isEnable != null">
|
|
|
+ is_enable = #{isEnable,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="state != null">
|
|
|
+ state = #{state,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="createUser != null">
|
|
|
+ create_user = #{createUser,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="createTime != null">
|
|
|
+ create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="modifiedUser != null">
|
|
|
+ modified_user = #{modifiedUser,jdbcType=CHAR},
|
|
|
+ </if>
|
|
|
+ <if test="modifiedTime != null">
|
|
|
+ modified_time = #{modifiedTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="bankClearingMsg != null">
|
|
|
+ bank_clearing_msg = #{bankClearingMsg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="recieveMoney != null">
|
|
|
+ recieve_money = #{recieveMoney,jdbcType=DECIMAL},
|
|
|
+ </if>
|
|
|
+ <if test="actualMoney != null">
|
|
|
+ actual_money = #{actualMoney,jdbcType=DECIMAL},
|
|
|
+ </if>
|
|
|
+ <if test="bankName != null">
|
|
|
+ bank_name = #{bankName,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bankStatus != null">
|
|
|
+ bank_status = #{bankStatus,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="bankCode != null">
|
|
|
+ bank_code = #{bankCode,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ </set>
|
|
|
+ where guid = #{guid,jdbcType=CHAR}
|
|
|
+ </update>
|
|
|
+ <update id="updateByPrimaryKey" parameterType="com.hcloud.microserver.mbg.modul.TFarmerInfo">
|
|
|
+ update t_farmer_info
|
|
|
+ set fk_poverty_area_id = #{fkPovertyAreaId,jdbcType=CHAR},
|
|
|
+ fk_collective_id = #{fkCollectiveId,jdbcType=CHAR},
|
|
|
+ farmer_code = #{farmerCode,jdbcType=VARCHAR},
|
|
|
+ farmer_name = #{farmerName,jdbcType=VARCHAR},
|
|
|
+ family_num = #{familyNum,jdbcType=INTEGER},
|
|
|
+ sex = #{sex,jdbcType=INTEGER},
|
|
|
+ pid = #{pid,jdbcType=CHAR},
|
|
|
+ nation = #{nation,jdbcType=VARCHAR},
|
|
|
+ education = #{education,jdbcType=VARCHAR},
|
|
|
+ phone = #{phone,jdbcType=VARCHAR},
|
|
|
+ bank_card_no = #{bankCardNo,jdbcType=VARCHAR},
|
|
|
+ income_val = #{incomeVal,jdbcType=DECIMAL},
|
|
|
+ farmer_type = #{farmerType,jdbcType=VARCHAR},
|
|
|
+ farmer_remark = #{farmerRemark,jdbcType=VARCHAR},
|
|
|
+ farmer_images = #{farmerImages,jdbcType=VARCHAR},
|
|
|
+ village_org = #{villageOrg,jdbcType=CHAR},
|
|
|
+ is_enable = #{isEnable,jdbcType=INTEGER},
|
|
|
+ state = #{state,jdbcType=INTEGER},
|
|
|
+ create_user = #{createUser,jdbcType=CHAR},
|
|
|
+ create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
+ modified_user = #{modifiedUser,jdbcType=CHAR},
|
|
|
+ modified_time = #{modifiedTime,jdbcType=TIMESTAMP},
|
|
|
+ bank_clearing_msg = #{bankClearingMsg,jdbcType=VARCHAR},
|
|
|
+ recieve_money = #{recieveMoney,jdbcType=DECIMAL},
|
|
|
+ actual_money = #{actualMoney,jdbcType=DECIMAL},
|
|
|
+ bank_name = #{bankName,jdbcType=VARCHAR},
|
|
|
+ bank_status = #{bankStatus,jdbcType=INTEGER},
|
|
|
+ bank_code = #{bankCode,jdbcType=VARCHAR}
|
|
|
+ where guid = #{guid,jdbcType=CHAR}
|
|
|
+ </update>
|
|
|
+</mapper>
|