加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
update-V1.18.3.sql 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
binlin 提交于 2022-08-25 09:24 . V1.18.3迭代
-- 2022-08-23 silver_chariot 修改统计首屏数据的cron表达式 Tower 任务: easyink首页统计异常 ( https://tower.im/teams/636204/todos/55731 )
update sys_job set cron_expression = '0 0 7 * * ? '
where job_name ='首页数据统计' and invoke_target = 'PageHomeDataTask.getPageHomeDataData()';
-- 2022-08-24 silver_chariot 把授权过的企业authorized都改成1 Tower 任务: 接口调用异常 ( https://tower.im/teams/636204/todos/55809 )
UPDATE we_corp_account a
LEFT JOIN we_auth_corp_info b ON a.corp_id = b.corp_id
OR a.external_corp_id = b.corp_id
SET a.authorized = 1
where b.cancel_auth = 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化