Commit c3ce225b authored by christ's avatar christ

pc

parent ae2249a7
......@@ -668,6 +668,7 @@ class ShopkeeperServiceModel extends \Business\AbstractModel
$orders = isset($storeMemberStatisticDatas['list']) ? $storeMemberStatisticDatas['list'] : false;
$this->taskIndex++;
if ($orders) {
echo count($orders);exit;
foreach($orders as $order){
echo 1;
$storeMemberStatisticsData['storeId']=$order['storeId'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment