id, taskId, userId, imgUrl, userName, sex, mobile, idCard, isControl, createTime, createBy,
updateTime, updateBy, delFlag
delete from task_user
where id = #{id,jdbcType=VARCHAR}
insert into task_user (id, taskId, userId,
imgUrl, userName, sex,
mobile, idCard, isControl, createTime,
createBy, updateTime, updateBy,
delFlag)
values (#{id,jdbcType=VARCHAR}, #{taskId,jdbcType=VARCHAR}, #{userId,jdbcType=VARCHAR},
#{imgUrl,jdbcType=VARCHAR}, #{userName,jdbcType=VARCHAR}, #{sex,jdbcType=INTEGER},
#{mobile,jdbcType=VARCHAR}, #{idCard,jdbcType=VARCHAR},#{isControl,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{createBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR},
#{delFlag,jdbcType=VARCHAR})
insert into task_user
id,
taskId,
userId,
imgUrl,
userName,
sex,
mobile,
idCard,
isControl,
createTime,
createBy,
updateTime,
updateBy,
delFlag,
#{id,jdbcType=VARCHAR},
#{taskId,jdbcType=VARCHAR},
#{userId,jdbcType=VARCHAR},
#{imgUrl,jdbcType=VARCHAR},
#{userName,jdbcType=VARCHAR},
#{sex,jdbcType=INTEGER},
#{mobile,jdbcType=VARCHAR},
#{idCard,jdbcType=VARCHAR},
#{isControl,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{createBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR},
#{delFlag,jdbcType=VARCHAR},
update task_user
taskId = #{taskId,jdbcType=VARCHAR},
userId = #{userId,jdbcType=VARCHAR},
imgUrl = #{imgUrl,jdbcType=VARCHAR},
userName = #{userName,jdbcType=VARCHAR},
sex = #{sex,jdbcType=INTEGER},
mobile = #{mobile,jdbcType=VARCHAR},
idCard = #{idCard,jdbcType=VARCHAR},
#{isControl,jdbcType=VARCHAR},
createTime = #{createTime,jdbcType=TIMESTAMP},
createBy = #{createBy,jdbcType=VARCHAR},
updateTime = #{updateTime,jdbcType=TIMESTAMP},
updateBy = #{updateBy,jdbcType=VARCHAR},
delFlag = #{delFlag,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update task_user
set taskId = #{taskId,jdbcType=VARCHAR},
userId = #{userId,jdbcType=VARCHAR},
imgUrl = #{imgUrl,jdbcType=VARCHAR},
userName = #{userName,jdbcType=VARCHAR},
sex = #{sex,jdbcType=INTEGER},
mobile = #{mobile,jdbcType=VARCHAR},
idCard = #{idCard,jdbcType=VARCHAR},
isControl = #{isControl,jdbcType=VARCHAR},
createTime = #{createTime,jdbcType=TIMESTAMP},
createBy = #{createBy,jdbcType=VARCHAR},
updateTime = #{updateTime,jdbcType=TIMESTAMP},
updateBy = #{updateBy,jdbcType=VARCHAR},
delFlag = #{delFlag,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}
update task_user
set
isControl = '0'
where id = #{id,jdbcType=VARCHAR}
update task_user
set
delFlag = '1'
where id = #{id,jdbcType=VARCHAR}
update task_user
set
delFlag = '1'
where userId = #{userId,jdbcType=VARCHAR}
insert into task_user
id,
taskId,
userId,
imgUrl,
userName,
sex,
mobile,
idCard,
isControl,
createTime,
createBy,
updateTime,
updateBy,
delFlag,
source,
#{id,jdbcType=VARCHAR},
#{taskId,jdbcType=VARCHAR},
#{userId,jdbcType=VARCHAR},
#{imgUrl,jdbcType=VARCHAR},
#{userName,jdbcType=VARCHAR},
#{sex,jdbcType=INTEGER},
#{mobile,jdbcType=VARCHAR},
#{idCard,jdbcType=VARCHAR},
#{isControl,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{createBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{updateBy,jdbcType=VARCHAR},
#{delFlag,jdbcType=VARCHAR},
#{source},