消息推送
This commit is contained in:
@@ -28,9 +28,13 @@ CREATE TABLE `push_cids` (
|
||||
`getuiCid` varchar(100) NOT NULL COMMENT '个推的ClientID',
|
||||
`userPhone` varchar(100) DEFAULT NULL COMMENT '用户手机号',
|
||||
`userId` bigint(32) DEFAULT NULL COMMENT '用户ID',
|
||||
`store_id` int(11) DEFAULT 1 COMMENT '用户ID',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
ALTER TABLE mallplus1.push_cids ADD store_id INT DEFAULT 1 NULL;
|
||||
|
||||
|
||||
|
||||
CREATE TABLE `sys_message_task` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
@@ -38,7 +42,13 @@ CREATE TABLE `sys_message_task` (
|
||||
`code` varchar(60) DEFAULT '系统消息' COMMENT '消息编码',
|
||||
`params` varchar(5000) DEFAULT NULL COMMENT '参数',
|
||||
`content` text COMMENT '内容',
|
||||
`sendtime` date NOT NULL COMMENT '发送时间',
|
||||
`sendtime` datetime NOT NULL COMMENT '发送时间',
|
||||
`status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '0未发送,1已发送',
|
||||
`store_id` int(11) DEFAULT 1 COMMENT '用户ID',
|
||||
PRIMARY KEY (`id`) USING BTREE
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='定时消息';
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='定时消息';
|
||||
|
||||
|
||||
|
||||
INSERT INTO sys_permission (pid, name, value, icon, type, uri, status, create_time, sort)
|
||||
VALUES (43, '定时消息', 'ums:UmsMember:read', 'product-list', 1, 'sysMessageTask', 1, now() , 0)
|
||||
6
docs/xiugai/20230315/工作安排20230318.md
Normal file
6
docs/xiugai/20230315/工作安排20230318.md
Normal file
@@ -0,0 +1,6 @@
|
||||
1.优惠券的批量领取
|
||||
2.购买商品时如果有符合使用的优惠券,自动选取优惠券
|
||||
3.增加订单归集统计页面,对于商品待发货、已发货、已完成订单统计列表。
|
||||
(1)全部提货点的商品订单统计。
|
||||
(2)各个提货点的商品订单统计。
|
||||
(3)各个提货点对应到人的订单统计。
|
||||
BIN
docs/xiugai/20230315/营销系统问题及修改20230318.docx
Normal file
BIN
docs/xiugai/20230315/营销系统问题及修改20230318.docx
Normal file
Binary file not shown.
Reference in New Issue
Block a user