Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
d5fbded402
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/model/shop/ShopOrderCalc.php

+ 1 - 1
app/model/shop/ShopOrderCalc.php

@@ -108,7 +108,7 @@ class ShopOrderCalc extends BaseModel
         model("order")->startTrans();
         try{
             $order_info = Db::name("order")->where([['order_id', '=', $order_id]])->field('site_id, shop_money, platform_money, is_settlement,order_no')->find();
-            print_r($order_info);die;
+//            print_r($order_info);die;
             if($order_info['is_settlement'] == 0)
             {
                 $shop_account = new ShopAccount();