Kaynağa Gözat

花店 xhOrder 表的 onlinePay 字段是指:钱是否进入公司的帐户 -- 1不是 2是

shizhongqi 4 yıl önce
ebeveyn
işleme
7b32723232
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      app-ghs/controllers/ConsoleController.php

+ 1 - 0
app-ghs/controllers/ConsoleController.php

@@ -79,6 +79,7 @@ class ConsoleController extends BaseController
         Yii::info('批发今日现金总笔数:' . $ghsCashCount . ', 批发今日现金金额总数:' . $ghsCashIncome);
 
         $where['shopId'] = $this->shop['lsShopId'];
+        $where['onlinePay'] = 2;
         unset($where['debt']);
         unset($where['debtPrice']);
         $hdCashCount = HdOrderClass::getCount($where); // 花店今日现金总笔数