and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, aid, company_nmae, create_time, company_industry, company_intention, adress,
customer_name, customer_position, mobile, email, department, qq, wechat, remark,
province, fllow_situation, sex, customer_statue
update customer set delete_flg= 1
where id = #{id,jdbcType=VARCHAR}
insert into customer (id, aid, company_nmae,
create_time, company_industry, company_intention,
adress, customer_name, customer_position,
mobile, email, department,
qq, wechat, remark,
province, fllow_situation, sex,
customer_statue,customer_typ,tel_num,typ,delete_flg)
values (#{id,jdbcType=VARCHAR}, #{aid,jdbcType=VARCHAR}, #{companyName,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP}, #{companyIndustry,jdbcType=VARCHAR}, #{companyIntention,jdbcType=VARCHAR},
#{adress,jdbcType=VARCHAR}, #{customerName,jdbcType=VARCHAR}, #{customerPosition,jdbcType=VARCHAR},
#{mobile,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR}, #{department,jdbcType=VARCHAR},
#{qq,jdbcType=VARCHAR}, #{wechat,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR},
#{province,jdbcType=VARCHAR}, #{fllowSituation,jdbcType=VARCHAR}, #{sex,jdbcType=INTEGER},
#{customerStatue,jdbcType=VARCHAR}, #{customerTyp,jdbcType=INTEGER}, #{telNum,jdbcType=VARCHAR},0,0)
insert into customer
id,
aid,
company_nmae,
create_time,
company_industry,
company_intention,
adress,
customer_name,
customer_position,
mobile,
email,
department,
qq,
wechat,
remark,
province,
fllow_situation,
sex,
customer_statue,
#{id,jdbcType=VARCHAR},
#{aid,jdbcType=VARCHAR},
#{companyName,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{companyIndustry,jdbcType=VARCHAR},
#{companyIntention,jdbcType=VARCHAR},
#{adress,jdbcType=VARCHAR},
#{customerName,jdbcType=VARCHAR},
#{customerPosition,jdbcType=VARCHAR},
#{mobile,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR},
#{department,jdbcType=VARCHAR},
#{qq,jdbcType=VARCHAR},
#{wechat,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{province,jdbcType=VARCHAR},
#{fllowSituation,jdbcType=VARCHAR},
#{sex,jdbcType=INTEGER},
#{customerStatue,jdbcType=VARCHAR},
update customer
aid = #{aid,jdbcType=VARCHAR},
company_nmae = #{companyName,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
company_industry = #{companyIndustry,jdbcType=VARCHAR},
company_intention = #{companyIntention,jdbcType=VARCHAR},
adress = #{adress,jdbcType=VARCHAR},
customer_name = #{customerName,jdbcType=VARCHAR},
customer_position = #{customerPosition,jdbcType=VARCHAR},
mobile = #{mobile,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
department = #{department,jdbcType=VARCHAR},
qq = #{qq,jdbcType=VARCHAR},
wechat = #{wechat,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
province = #{province,jdbcType=VARCHAR},
fllow_situation = #{fllowSituation,jdbcType=VARCHAR},
sex = #{sex,jdbcType=INTEGER},
customer_statue = #{customerStatue,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}