,name = #{name},userLevel = #{userLevel},userStatus = #{userStatus},shopId = #{shopId},shopName = #{shopName},hisCorpUserId = #{hisCorpUserId},hisCorpUserName = #{hisCorpUserName},channelType = #{channelType},inviteeId = #{inviteeId},inviteeName = #{inviteeName},gender = #{gender},isDel = #{isDel},createTime = #{createTime},editTime = #{editTime} select replace(uuid(),'-','') from dual insert into user (id,name,userLevel,userStatus,shopId,shopName,hisCorpUserId,hisCorpUserName,channelType,inviteeId,inviteeName,gender,isDel,createTime,editTime) values (#{id},#{name},#{userLevel},#{userStatus},#{shopId},#{shopName},#{hisCorpUserId},#{hisCorpUserName},#{channelType},#{inviteeId},#{inviteeName},#{gender},#{isDel},#{createTime},#{editTime}) insert into user (id,name,userLevel,userStatus,shopId,shopName,hisCorpUserId,hisCorpUserName,channelType,inviteeId,inviteeName,gender,isDel,createTime,editTime) values (#{id},#{name},#{userLevel},#{userStatus},#{shopId},#{shopName},#{hisCorpUserId},#{hisCorpUserName},#{channelType},#{inviteeId},#{inviteeName},#{gender},#{isDel},#{createTime},#{editTime}) update user SET ${sqlSentence} update user SET WHERE id = #{id} delete from user WHERE ${sqlSentence} delete from user WHERE id = #{value}