Sfoglia il codice sorgente

完善平台流水日账单月账单

sunxbiao 1 anno fa
parent
commit
cfd87fc654
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/controller/api/cron/CommissionCron.php

+ 1 - 1
app/controller/api/cron/CommissionCron.php

@@ -1720,7 +1720,7 @@ where o.paid=1 and o.is_settlement=1 and settlement_time between '$this->startMo
1720 1720
         $store_order_list = Db::name('store_order')
1721 1721
             ->whereIn('mer_id', $merchant_list)
1722 1722
             ->where('paid', 1)
1723
-            ->where('douhuomall', 0)
1723
+            // ->where('douhuomall', 0)
1724 1724
             ->where('is_settlement', 1)
1725 1725
             ->order('order_id', 'desc')
1726 1726
             ->select()