|
|
@@ -107,7 +107,7 @@ class PropertyCommissionLogic extends BaseLogic
|
|
|
if($isId){
|
|
|
throw new Exception('存在申请中订单,不可重复申请提现');
|
|
|
}
|
|
|
- $propertyHeadInfo = PropertyHead::where('user_id',$params['user_id'])->lock(true)->findOrEmpty();
|
|
|
+ $propertyHeadInfo = PropertyHead::where('user_id',$params['user_id'])->findOrEmpty();
|
|
|
if($propertyHeadInfo->isEmpty()){
|
|
|
throw new Exception('物业负责人不存在');
|
|
|
}
|