瀏覽代碼

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

liu 2 年之前
父節點
當前提交
2d5301e617
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 " +
     private String selectSql = "select " +
             "id,hotelIds,name,type,rebate_price,deduction_price,max_deduction,grant_number,limit_number,grant_start_date,grant_end_date," +
             "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";
             " from hotel_coupon where 1=1";