修正支付金额为0的情况

This commit is contained in:
2023-04-03 13:15:40 +08:00
parent 29965b14af
commit fe369784f8
3 changed files with 33 additions and 19 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ class OrderPrescriptionService extends BaseService
$user_entity_id = "491925054435950592";
} else{
$user_pharmacist_info = UserPharmacistInfo::getOne($params);
if (!empty($user_pharmacist_info)){
if (empty($user_pharmacist_info)){
throw new BusinessException("用户数据错误");
}