林琦海 5 лет назад
Родитель
Сommit
04a669c120
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      sql.sql

+ 7 - 1
sql.sql

@@ -2495,4 +2495,10 @@ ADD INDEX `idx_ptStyle` (`ptStyle`) ;
 
 -----shish 20210514
 ALTER TABLE xhPurchase MODIFY `status` TINYINT(2) NOT NULL DEFAULT '1' COMMENT '订单状态 1待付款,待确认,2待配送,3配送中,4已完成 5已取消';
-ALTER TABLE xhPurchase ADD INDEX expire(`status`,`deadline`);
+ALTER TABLE xhPurchase ADD INDEX expire(`status`,`deadline`);
+
+
+-----linqh 2021.5.14  监控ws定时任务
+*/1 * * * * sh /root/new_monitor_shell/ws_monitor.sh >> /dev/null 2>&1
+
+