|
@@ -421,14 +421,14 @@ public class BusRoomBookingOrdersController extends JeecgController<BusRoomBooki
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * 客历
|
|
|
|
|
|
|
+ * 客單
|
|
|
* @param type 1 入住订单查询->livingStatus | 2 bookingStatus
|
|
* @param type 1 入住订单查询->livingStatus | 2 bookingStatus
|
|
|
* @param livingStatus -1 正常入住,1 已结账退房,2 先走未结,3 联房退房
|
|
* @param livingStatus -1 正常入住,1 已结账退房,2 先走未结,3 联房退房
|
|
|
* @param bookingStatus 1 预定中 2 在住 3 已取消
|
|
* @param bookingStatus 1 预定中 2 在住 3 已取消
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation(value="酒店预定订单-客历", notes="酒店预定订单-客历")
|
|
@ApiOperation(value="酒店预定订单-客历", notes="酒店预定订单-客历")
|
|
|
- @RequestMapping(value = "/keli-orders",method = RequestMethod.GET)
|
|
|
|
|
|
|
+ @RequestMapping(value = "/kedan-orders",method = RequestMethod.GET)
|
|
|
public Result<IPage<KeLiItemVo>> keli(Page<KeLiItemVo> page, String keyw, Integer livingStatus,String hotelId,Integer type,Integer bookingStatus){
|
|
public Result<IPage<KeLiItemVo>> keli(Page<KeLiItemVo> page, String keyw, Integer livingStatus,String hotelId,Integer type,Integer bookingStatus){
|
|
|
if(type == null) throw new JeecgBootException("参数错误");
|
|
if(type == null) throw new JeecgBootException("参数错误");
|
|
|
if( type == 1 && livingStatus == null ) throw new JeecgBootException("参数错误");
|
|
if( type == 1 && livingStatus == null ) throw new JeecgBootException("参数错误");
|