,performanceTotal = #{performanceTotal},deductionTime = #{deductionTime},serviceShopId = #{serviceShopId},serviceShopName = #{serviceShopName},deductionDoctorId = #{deductionDoctorId},deductionDoctorName = #{deductionDoctorName},nurseCorpUserId = #{nurseCorpUserId},nurseCorpUserName = #{nurseCorpUserName},userId = #{userId},userName = #{userName},belongConsultantId = #{belongConsultantId},belongConsultantName = #{belongConsultantName},commonId = #{commonId},commonName = #{commonName},isDel = #{isDel},createTime = #{createTime},editTime = #{editTime} select replace(uuid(),'-','') from dual insert into performance_info (id,performanceTotal,deductionTime,serviceShopId,serviceShopName,deductionDoctorId,deductionDoctorName,nurseCorpUserId,nurseCorpUserName,userId,userName,belongConsultantId,belongConsultantName,commonId,commonName,isDel,createTime,editTime) values (#{id},#{performanceTotal},#{deductionTime},#{serviceShopId},#{serviceShopName},#{deductionDoctorId},#{deductionDoctorName},#{nurseCorpUserId},#{nurseCorpUserName},#{userId},#{userName},#{belongConsultantId},#{belongConsultantName},#{commonId},#{commonName},#{isDel},#{createTime},#{editTime}) insert into performance_info (id,performanceTotal,deductionTime,serviceShopId,serviceShopName,deductionDoctorId,deductionDoctorName,nurseCorpUserId,nurseCorpUserName,userId,userName,belongConsultantId,belongConsultantName,commonId,commonName,isDel,createTime,editTime) values (#{id},#{performanceTotal},#{deductionTime},#{serviceShopId},#{serviceShopName},#{deductionDoctorId},#{deductionDoctorName},#{nurseCorpUserId},#{nurseCorpUserName},#{userId},#{userName},#{belongConsultantId},#{belongConsultantName},#{commonId},#{commonName},#{isDel},#{createTime},#{editTime}) update performance_info SET ${sqlSentence} update performance_info SET WHERE id = #{id} delete from performance_info WHERE ${sqlSentence} delete from performance_info WHERE id = #{value}