insert into tb_pluss_activity_recommend(userId,name,firstMixRechargeMoney,recommendMoney,merchantCode,merchantName,storeId,storeName,createDt)VALUES(#{userId},#{name},#{firstMixRechargeMoney},#{recommendMoney},#{merchantCode},#{merchantName},#{storeId},#{storeName},NOW())
insert into tb_pluss_activity_recommend(userId,name,firstMixRechargeMoney,recommendMoney,merchantCode,merchantName,storeId,storeName,createDt) VALUES
(#{userId},#{name},#{firstMixRechargeMoney},#{recommendMoney},#{merchantCode},#{merchantName},#{storeId},#{storeName},#{createDt} )
update tb_pluss_activity_recommend
userId = #{userId},
name = #{name},
firstMixRechargeMoney = #{firstMixRechargeMoney},
recommendMoney = #{recommendMoney},
merchantCode = #{merchantCode},
merchantName = #{merchantName},
storeId = #{storeId},
storeName = #{storeName},
createDt = #{createDt}
where id=#{id}
DELETE FROM tb_pluss_activity_recommend where id=#{id}