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}
UserCollegeID, UserID, CollegeID, CreateBy, CreateTime
delete from sys_user_cf_college
where UserCollegeID = #{userCollegeID,jdbcType=VARCHAR}
delete from sys_user_cf_college
insert into sys_user_cf_college (UserCollegeID, UserID, CollegeID,
CreateBy, CreateTime)
values (#{userCollegeID,jdbcType=VARCHAR}, #{userID,jdbcType=VARCHAR}, #{collegeID,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP})
insert into sys_user_cf_college
UserCollegeID,
UserID,
CollegeID,
CreateBy,
CreateTime,
#{userCollegeID,jdbcType=VARCHAR},
#{userID,jdbcType=VARCHAR},
#{collegeID,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update sys_user_cf_college
UserCollegeID = #{row.userCollegeID,jdbcType=VARCHAR},
UserID = #{row.userID,jdbcType=VARCHAR},
CollegeID = #{row.collegeID,jdbcType=VARCHAR},
CreateBy = #{row.createBy,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
update sys_user_cf_college
set UserCollegeID = #{row.userCollegeID,jdbcType=VARCHAR},
UserID = #{row.userID,jdbcType=VARCHAR},
CollegeID = #{row.collegeID,jdbcType=VARCHAR},
CreateBy = #{row.createBy,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP}
update sys_user_cf_college
UserID = #{userID,jdbcType=VARCHAR},
CollegeID = #{collegeID,jdbcType=VARCHAR},
CreateBy = #{createBy,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
where UserCollegeID = #{userCollegeID,jdbcType=VARCHAR}
update sys_user_cf_college
set UserID = #{userID,jdbcType=VARCHAR},
CollegeID = #{collegeID,jdbcType=VARCHAR},
CreateBy = #{createBy,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP}
where UserCollegeID = #{userCollegeID,jdbcType=VARCHAR}