|
|
@@ -58,6 +58,7 @@ class ConsoleController extends BaseController
|
|
|
$ghsActIncome = OrderClass::sum($where, 'actPrice'); // 批发今日实收总数
|
|
|
Yii::info('批发今日收入总笔数:' . $ghsOnlineCount . ', 批发今日实收总数:' . $ghsActIncome);
|
|
|
|
|
|
+ $where['shopId'] = $this->shop['lsShopId'];
|
|
|
unset($where['debt']);
|
|
|
unset($where['debtPrice']);
|
|
|
$hdActualCount = HdOrderClass::getCount($where); // 花店今日收入总笔数
|
|
|
@@ -77,6 +78,7 @@ class ConsoleController extends BaseController
|
|
|
$ghsCashIncome = OrderClass::sum($where, 'actPrice'); // 批发今日现金金额总数
|
|
|
Yii::info('批发今日现金总笔数:' . $ghsCashCount . ', 批发今日现金金额总数:' . $ghsCashIncome);
|
|
|
|
|
|
+ $where['shopId'] = $this->shop['lsShopId'];
|
|
|
unset($where['debt']);
|
|
|
unset($where['debtPrice']);
|
|
|
$hdCashCount = HdOrderClass::getCount($where); // 花店今日现金总笔数
|