新版本新增的消息通知在3.4的新版本源码包里面不存在,如果需要可以复制以下代码去数据库执行添加即可
INSERT INTO `eb_system_notice_config` (`notice_config_id`, `notice_title`, `const_key`, `notice_info`, `notice_sys`, `notice_sms`, `notice_wechat`, `wechat_tempkey`, `wechat_content`, `wechat_tempid`, `notice_routine`, `routine_tempkey`, `routine_content`, `routine_tempid`, `type`, `sms_tempid`, `sms_ali_tempid`, `sms_content`, `create_time`, `update_time`, `kid`) VALUES (36, '收到客户新订单通知', 'DELIVERY_ORDER_NOTICE', '配送收到客户新订单通知', -1, -1, 1, '48089', '客户地址{{thing5.DATA}}\n商品名称{{thing8.DATA}}\n结算金额{{amount27.DATA}}\n配送日期{{time18.DATA}}\n门店名称{{thing16.DATA}}', 'MbBertu49FzYVc_QIb7-J49duCQMqoOCXkIdFRQS7OA', -1, NULL, '', '', 0, NULL, NULL, NULL, '2025-11-28 16:00:03', '2026-01-27 11:45:29', 0);
INSERT INTO `eb_system_notice_config` (`notice_config_id`, `notice_title`, `const_key`, `notice_info`, `notice_sys`, `notice_sms`, `notice_wechat`, `wechat_tempkey`, `wechat_content`, `wechat_tempid`, `notice_routine`, `routine_tempkey`, `routine_content`, `routine_tempid`, `type`, `sms_tempid`, `sms_ali_tempid`, `sms_content`, `create_time`, `update_time`, `kid`) VALUES (37, '收到客户新订单通知', 'RESERVATION_ORDER_NOTICE', '预约收到客户新订单通知', -1, -1, 1, '48089', '客户地址{{thing5.DATA}}\n商品名称{{thing8.DATA}}\n总订购数{{number13.DATA}}\n订单金额{{amount15.DATA}}\n门店名称{{thing16.DATA}}', 'MbBertu49FzYVc_QIb7-J0PFp9GFvUwoCTAjbP0mr_g', -1, NULL, '', NULL, 0, NULL, NULL, NULL, '2025-11-28 16:09:04', '2026-01-27 11:45:29', 0);

