任务 #19152
Reseller客户增加针对客户以及产品单独设置折扣的功能
Status:
已完成
Priority:
高
Assignee:
王赛赛
Target version:
-
Start date:
10/16/2017
Due date:
% Done:
0%
Estimated time:
(Total: 226.10 h)
得分:
所属类目-类目组:
其它
Description
Reseller客户增加针对客户以及产品单独设置折扣的功能
Subtasks
History
Updated by 王赛赛 over 5 years ago
ALTER TABLE `sic_vip_infos` ADD `special_product_discount` VARCHAR(100) NULL DEFAULT NULL COMMENT '特殊产品折扣'
Updated by 王赛赛 over 5 years ago
ALTER TABLE `sic_vip_infos` CHANGE `special_product_discount` `special_product_discount` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '特殊产品折扣'
Updated by 王赛赛 over 5 years ago
- Assignee changed from 王赛赛 to 卫宁
http://210.14.154.156/svn/comsic/template/default/admin/passport/admin/vip_verify.html
http://210.14.154.156/svn/comsic/passport/Action/admin.php
http://210.14.154.156/svn/comsic/passport/Lib/mod_user_vip_level.php
序列化后的数据:
Array ( [11111] => Array ( [product_id] => 11111 [product_sea_discount] => 1 [product_port_discount] => 1 ) [3333] => Array ( [product_id] => 3333 [product_sea_discount] => 3 [product_port_discount] => 3 ) )
Updated by 王赛赛 over 5 years ago
- Assignee changed from 王赛赛 to 卫宁