rabin 2 年之前
父节点
当前提交
83d3e42d8e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/cash/lib/Cron.php

+ 2 - 0
app/cash/lib/Cron.php

@@ -45,6 +45,7 @@ class Cron
             $where['pay_type'] = 1;
         	$this->up($where, $v, 'shop', $num);
         }
+        return 'ok';
     }
 
     # 处理门店零售对账单
@@ -63,6 +64,7 @@ class Cron
             $where['pay_type'] = '2,3';
             $this->up($where, $v, 'shop', $num);
         }
+        return 'ok';
     }
 
     public function store_api(){}