更新
This commit is contained in:
parent
d3a0bcfd93
commit
39f434de01
@ -94,7 +94,8 @@ class TaskTemplateLogic extends BaseLogic
|
||||
if($params['type']==32){
|
||||
$object_id=CompanyProperty::where('company_id',$params['company_id'])->value('object_id');
|
||||
if(!$object_id){
|
||||
return self::setError('该公司没有三轮车,请先租赁三轮车');
|
||||
self::setError('该公司没有三轮车,请先租赁三轮车');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user