Kirin hace 2 años
padre
commit
3dfc895fa0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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']);
     }