|
|
@@ -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); // 花店今日现金总笔数
|