|
|
@@ -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
|
|
|
+
|
|
|
+
|