记录一次客户反应会员卡类型在门店使用价格却是VIP的价格

#新店 客户打电话说,我后台开顾客开通了VIP,前台消费时候本来想只是积分,结果价格是VIP价格了

接到任务第一反应是不是会员卡类型弄错了?给用户开的VIP卡?

测试: 远程客户后台 亲自开卡,会同步到总部。卡类型是普通会员

select sale_way , discount , discount , price_type , type_name from t_rm_vip_type where type_id =‘0’在这里插入图片描述
经过数据库对吧发现,客户的数据库 默认值有问题,直接SQL替换 ,当然要先删除之前的数据咯

INSERT INTO [dbo].[t_rm_vip_type] ([type_id], [type_name], [sale_way], [discount], [memo], [oper_id], [oper_date], [acc_flag], [acc_amt], [sale_amt], [other1], [other2], [other3], [saving_flag], [memo1], [memo2], [memo3], [price_type]) VALUES (N'0 ', N'普通会员                      ', N'0', N'1.0000', null, N'1001', N'2008-01-25 17:41:32.873', N'0', N'.0000', N'.0000', null, null, null, N'1', null, null, null, N'0')
GO
GO
INSERT INTO [dbo].[t_rm_vip_type] ([type_id], [type_name], [sale_way], [discount], [memo], [oper_id], [oper_date], [acc_flag], [acc_amt], [sale_amt], [other1], [other2], [other3], [saving_flag], [memo1], [memo2], [memo3], [price_type]) VALUES (N'1 ', N'VIP会员                       ', N'1', N'1.0000', null, N'1001', N'2018-06-14 15:37:53.727', N'1', N'.0000', N'.0000', N'999999', null, null, N'1', null, null, null, N'0')
GO
GO
INSERT INTO [dbo].[t_rm_vip_type] ([type_id], [type_name], [sale_way], [discount], [memo], [oper_id], [oper_date], [acc_flag], [acc_amt], [sale_amt], [other1], [other2], [other3], [saving_flag], [memo1], [memo2], [memo3], [price_type]) VALUES (N'2 ', N'储值卡                        ', N'0', N'1.0000', null, N'1001', N'2018-09-17 12:25:39.597', N'0', N'.0000', N'.0000', N'999999', null, null, N'1', null, null, null, N'0')
GO
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值