Browse Source

修改管理端未查询核销字段bug

liu 2 years ago
parent
commit
2d5301e617
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mhotel/src/com/happy/dao/impl/HotelCouponImplDao.java

+ 1 - 1
mhotel/src/com/happy/dao/impl/HotelCouponImplDao.java

@@ -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";