|
|
@@ -43,7 +43,7 @@ class PickService
|
|
|
}
|
|
|
|
|
|
try {
|
|
|
- return DB::transaction(function () use ($pickerId, $cropId, $pickAmount, $pickSource, $sourceId) {
|
|
|
+// return DB::transaction(function () use ($pickerId, $cropId, $pickAmount, $pickSource, $sourceId) {
|
|
|
$pickLogic = new PickLogic();
|
|
|
$result = $pickLogic->executePick($pickerId, $cropId, $pickAmount, $pickSource, $sourceId);
|
|
|
|
|
|
@@ -57,7 +57,7 @@ class PickService
|
|
|
]);
|
|
|
|
|
|
return $result;
|
|
|
- });
|
|
|
+// });
|
|
|
} catch (\Exception $e) {
|
|
|
Log::error('摘取服务调用失败', [
|
|
|
'picker_id' => $pickerId,
|