修正支付金额为0的情况
This commit is contained in:
@@ -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("用户数据错误");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user