Commit 4b63d2f3 authored by hujun's avatar hujun

//

parent 58f754a9
...@@ -89,7 +89,7 @@ class OfficeRoomService ...@@ -89,7 +89,7 @@ class OfficeRoomService
$result['msg'] = $this->validate->getError(); $result['msg'] = $this->validate->getError();
return $result; return $result;
} }
$status = $this->m_office->getFieldOneValue('status', ['id'=>$data['building_id']]); $status = $this->m_office->getFieldOneValue('status', ['id'=>$data['building_id']]);//验证办公楼字典是否完整
$is_alert = 0; $is_alert = 0;
if ($status != 1) { if ($status != 1) {
$is_alert = 1; $is_alert = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment