@@ -42,7 +42,7 @@ public class QueryRoomsWithSellListener extends AbstractServiceApiDataFlowListen
@Override
public String getServiceCode() {
- return ServiceCodeConstant.SERVICE_CODE_QUERY_ROOMS_WITHOUT_SELL;
+ return ServiceCodeConstant.SERVICE_CODE_QUERY_ROOMS_WITH_SELL;
}
@@ -400,6 +400,9 @@ public class ServiceCodeConstant {
//查询房屋信息
public static final String SERVICE_CODE_QUERY_ROOMS_WITHOUT_SELL = "room.queryRoomsWithOutSell";
+ //查询房屋信息
+ public static final String SERVICE_CODE_QUERY_ROOMS_WITH_SELL = "room.queryRoomsWithSell";
+
//修改房屋信息
public static final String SERVICE_CODE_UPDATE_ROOMS = "room.updateRoom";