Commit 38ce905f authored by hujun's avatar hujun

room_number

parent af577ca7
......@@ -94,6 +94,7 @@ class OfficeRoomService
$where['b.city'] = $data['city'];
$where['a.floor'] = $data['floor'];
$where['a.mansion'] = $data['mansion'];
$where['a.room_number'] = $data['room_number'];
$num = $this->m_office_room->getRoomBuildingListCount($where);
if ($num > 0) {
$result['status'] = 'fail';
......
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