通知的历史数据 来源处理

This commit is contained in:
wangliwen 2022-06-21 17:53:29 +08:00
parent 5627a804da
commit 848ee0cb4e
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
UPDATE sys_notice SET `from` = '评论' WHERE title LIKE '需求%';
UPDATE sys_notice SET `from` = '通知' WHERE title LIKE '流程%';
UPDATE sys_notice SET `from` = '其他' WHERE title IS NULL;