id, countyId, townId, villageId, blockId, divideId, typeId, `name`, num, phone, idCard, area, district,address, remark,
disabled, deleted
id, countyId, townId, villageId, blockId, divideId, typeId, `name`, num, phone, idCard, area, district,address, remark,
disabled
insert into ba_client (id, countyId, townId, villageId, blockId, divideId,
typeId, `name`, num, phone,
idCard, area, district, address,
remark, disabled, deleted
)
values (#{id,jdbcType=BIGINT}, #{countyId,jdbcType=BIGINT},
#{townId,jdbcType=BIGINT}, #{villageId,jdbcType=BIGINT},
#{blockId,jdbcType=BIGINT}, #{divideId,jdbcType=BIGINT}, #{typeId,jdbcType=BIGINT},
#{name,jdbcType=VARCHAR}, #{num,jdbcType=INTEGER},
#{phone,jdbcType=VARCHAR}, #{idcard,jdbcType=VARCHAR},
#{area,jdbcType=FLOAT}, #{district,jdbcType=VARCHAR},
#{address,jdbcType=VARCHAR},#{remark,jdbcType=VARCHAR},
#{disabled,typeHandler=com.dy.common.mybatis.envm.EnumCodeTypeHandler, jdbcType=TINYINT},
#{deleted,typeHandler=com.dy.common.mybatis.envm.EnumCodeTypeHandler, jdbcType=TINYINT}
)
insert into ba_client
id,
countyId,
townId,
villageId,
divideId,
blockId,
typeId,
`name`,
num,
phone,
idCard,
area,
district,
address,
remark,
disabled,
deleted,
#{id,jdbcType=BIGINT},
#{countyId,jdbcType=BIGINT},
#{townId,jdbcType=BIGINT},
#{villageId,jdbcType=BIGINT},
#{divideId,jdbcType=BIGINT},
#{blockId,jdbcType=BIGINT},
#{typeId,jdbcType=BIGINT},
#{name,jdbcType=VARCHAR},
#{num,jdbcType=INTEGER},
#{phone,jdbcType=VARCHAR},
#{idcard,jdbcType=VARCHAR},
#{area,jdbcType=FLOAT},
#{district,jdbcType=VARCHAR},
#{address,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{disabled,typeHandler=com.dy.common.mybatis.envm.EnumCodeTypeHandler, jdbcType=TINYINT},
#{deleted,typeHandler=com.dy.common.mybatis.envm.EnumCodeTypeHandler, jdbcType=TINYINT},