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