|
@@ -154,7 +154,7 @@ public class TaHouseSettingController extends BaseController {
|
154
|
154
|
* 根据房源查询最近的设置记录
|
155
|
155
|
* @param houseId 房源ID
|
156
|
156
|
*/
|
157
|
|
- @RequestMapping(value="/taHouseSetting/last",method= RequestMethod.GET)
|
|
157
|
+ @RequestMapping(value="/ma/taHouseSetting/last",method= RequestMethod.GET)
|
158
|
158
|
@ApiOperation(value="根据房源查询最近的设置记录", notes = "根据房源查询最近的设置记录", httpMethod = "GET", response = ResponseBean.class)
|
159
|
159
|
public ResponseBean getTaHouseSettingLast(@ApiParam("房源ID") @RequestParam("houseId") String houseId) throws Exception{
|
160
|
160
|
TaHouseSetting taHouseSetting = iTaHouseSettingService.getLastByHouse(houseId);
|