# 计划任务 #workman监听 #*/1 * * * * sh /root/new_monitor_shell/ws_monitor.sh >> /dev/null 2>&1 #采购单自动标记为欠款订单 #*/1 * * * * /usr/local/nginx/html/huahuibao/yii purchase/set-debt-order #采购单到期脚本 */1 * * * * /usr/local/nginx/html/huahuibao/yii purchase/expire-order #优惠券过期脚本 #*/1 * * * * /usr/local/nginx/html/huahuibao/yii shop-coupon/expire #多个计划任务集合点 */1 * * * * /usr/local/nginx/html/huahuibao/yii global/run #mysql全量备份 3天 3点跑一次 0 3 */3 * * sh /home/sh/databak.sh #mysql增量备份 1天 3点跑一次 0 3 */1 * * sh /home/sh/binlogbak.sh #订单自动完成脚本 #*/20 * * * * /usr/local/nginx/html/huahuibao/yii order/auto-finish #欠款单脚本跟踪 * */5 * * * /usr/local/nginx/html/huahuibao/yii custom/adjust-debt >> /dev/null 2>&1 #花店订单到期脚本 */1 * * * * /usr/local/nginx/html/huahuibao/yii order/expire #批发商批量创建花店客户 */1 * * * * /usr/local/nginx/html/huahuibao/yii custom/create-customer