房间是否显示 后台
This commit is contained in:
@@ -661,6 +661,10 @@ class Room extends adminApi
|
||||
}
|
||||
$room_data['growth_week_subsidy'] = round($weekSubsidy, 2);
|
||||
|
||||
if($room_data['type_id']==1 && $room_data['label_id']==2){
|
||||
$room_data['type_id']=-1;
|
||||
}
|
||||
|
||||
return V(1,"成功", $room_data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user