,numberNo = #{numberNo},name = #{name},actualTotal = #{actualTotal},refundTotal = #{refundTotal},isMoneyPay = #{isMoneyPay},isExecute = #{isExecute},isPay = #{isPay},paymentMethodId = #{paymentMethodId},type = #{type},orderId = #{orderId},reConsumeId = #{reConsumeId},isDel = #{isDel},createTime = #{createTime},editTime = #{editTime}
select replace(uuid(),'-','') from dual
insert into consume_pay (id,numberNo,name,actualTotal,refundTotal,isMoneyPay,isExecute,isPay,paymentMethodId,type,orderId,reConsumeId,isDel,createTime,editTime) values (#{id},#{numberNo},#{name},#{actualTotal},#{refundTotal},#{isMoneyPay},#{isExecute},#{isPay},#{paymentMethodId},#{type},#{orderId},#{reConsumeId},#{isDel},#{createTime},#{editTime})
insert into consume_pay (id,numberNo,name,actualTotal,refundTotal,isMoneyPay,isExecute,isPay,paymentMethodId,type,orderId,reConsumeId,isDel,createTime,editTime) values (#{id},#{numberNo},#{name},#{actualTotal},#{refundTotal},#{isMoneyPay},#{isExecute},#{isPay},#{paymentMethodId},#{type},#{orderId},#{reConsumeId},#{isDel},#{createTime},#{editTime})
update
consume_pay
SET ${sqlSentence}
update consume_pay
SET
WHERE id = #{id}
delete from consume_pay WHERE ${sqlSentence}
delete from consume_pay WHERE id = #{value}