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