@@ -260,7 +260,7 @@ sql;
app("OrderService")->update(["code"=>$map[$batch->code]],["batch_id"=>$batch->id]);
}
try{
- $this->batchService->assignTasks($batches); //在这里为波次注册任务!
+// $this->batchService->assignTasks($batches); //在这里为波次注册任务!
}catch (Exception $e){
//避免影响外部事务:一般异常已在内部日志过