소스 검색

[智价云] 注释关闭

tangyuanwang 11 시간 전
부모
커밋
f69d4b7e9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Manager/Process/LowPriceGoods.php

+ 1 - 1
app/Http/Controllers/Manager/Process/LowPriceGoods.php

@@ -1237,7 +1237,7 @@ class LowPriceGoods extends Controller
                 //插入数据
                 $LowPriceGoodsModel->addLowPriceGoods($insert_product_data, true);
             }
-            // DB::commit();
+            DB::commit();
             return json_send(['code' => 'success', 'msg' => '导入成功']);
             // 成功处理...
         } catch (\Exception $e) {