修改开具处方:增加回滚。删除无用log记录,修改处方图片位置

This commit is contained in:
2023-08-10 17:00:25 +08:00
parent dd470ac839
commit 1a7dceb86b
5 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ class OrderPrescriptionService extends BaseService
$result['file_id'] = $file_id;
return $result;
} catch (\Exception $e) {
} catch (\Throwable $e) {
throw new BusinessException($e->getMessage());
}
}