Commit 29f632fa authored by hangjun83's avatar hangjun83

罗恩测试工具

parent 9b25e045
...@@ -33,8 +33,8 @@ class RhawnToolsService ...@@ -33,8 +33,8 @@ class RhawnToolsService
} }
} }
$connection = DB::connection($rhawnOrderRepository->getConnectionName()); $connection = DB::connection($rhawnOrderRepository->getConnectionName());
$connection->beginTransaction();
try { try {
$connection->beginTransaction();
$updateCount = 0; $updateCount = 0;
//处理状态0的订单 //处理状态0的订单
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment