修改商品订单金额计算

This commit is contained in:
2024-05-07 15:18:14 +08:00
parent 448180598d
commit 5811ab949d
3 changed files with 122 additions and 14 deletions
+3 -1
View File
@@ -180,7 +180,7 @@ class Prescription
}
return $response['data'];
} catch (GuzzleException $e) {
} catch (\Throwable $e) {
throw new BusinessException($e->getMessage());
}
}
@@ -189,6 +189,8 @@ class Prescription
* 上报处方
* @param array $arg
* @return array
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function reportPrescription(array $arg): array
{