|
|
@@ -37,7 +37,7 @@ public class HotelCouponImplDao implements HotelCouponDao {
|
|
|
|
|
|
private String selectSql = "select " +
|
|
|
"id,hotelIds,name,type,rebate_price,deduction_price,max_deduction,grant_number,limit_number,grant_start_date,grant_end_date," +
|
|
|
- "meet_price,effective_start_date,effective_end_date,effective_type,effective_day,effective_lose_day,create_id,create_date,modify_date,status,remainder_number,remainder_number" +
|
|
|
+ "meet_price,effective_start_date,effective_end_date,effective_type,effective_day,effective_lose_day,create_id,create_date,modify_date,status,remainder_number,reversed_number" +
|
|
|
" from hotel_coupon where 1=1";
|
|
|
|
|
|
|