|
|
@@ -145,7 +145,7 @@ public class HotelCoupomStatusImplDao implements HotelCoupomStatusDao {
|
|
|
|
|
|
@Override
|
|
|
public List<HotelCouponStatus> getBookingId(String bookingId) {
|
|
|
- String sql="select * from hotel_coupon_status where booking_id=:bookingId and status=1 ";
|
|
|
+ String sql="select * from hotel_coupon_status where booking_id=:bookingId ";
|
|
|
MapSqlParameterSource sps = new MapSqlParameterSource();
|
|
|
sps.addValue("bookingId",bookingId);
|
|
|
List<HotelCouponStatus> list = null;
|