Browse Source

会员升级

Kirin 1 year ago
parent
commit
3dfc895fa0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/api/v1/PublicController.php

+ 1 - 0
app/controller/api/v1/PublicController.php

@@ -71,6 +71,7 @@ class PublicController extends BaseController
             ->where('refund_status', 0)
             ->whereIn('status', [2, 3])
             ->field('sum(total_price-cost) as total_price_sum')->find();
+        var_dump($storeOrderServices->getLastSql());
         var_dump($order_price['total_price_sum']);
     }