Administrator 3 年之前
父節點
當前提交
50bdec891e
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 1 1
      mhotel/src/com/happy/dao/impl/BookImplDao.java
  2. 5 1
      mhotel/src/com/happy/dao/impl/HotelImplDao.java

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

@@ -34,7 +34,7 @@ public class BookImplDao implements BookDao {
     //查询字段
     String selectCol = "id, order_num, order_status, user_idnumber, user_name, user_phone, hotel_id, hotel_name, hotel_hposition," +
             " hotel_hposition_wens, hotel_phone, hotel_manager_id, hotel_person, hotel_township, hotel_config, hotel_type," +
-            " hotel_is_canorder, house_id, house_name, house_config, house_unit_price, house_total_price, house_order_number," +
+            " hotel_is_canorder,hotel_is_order, house_id, house_name, house_config, house_unit_price, house_total_price, house_order_number," +
             " house_areas, house_remake, DATE_FORMAT(order_start_time,'%Y-%m-%d %T') order_start_time, DATE_FORMAT(order_end_time,'%Y-%m-%d %T') order_end_time," +
             " order_live_time, order_remake, DATE_FORMAT(create_time,'%Y-%m-%d %T') create_time, create_userid, DATE_FORMAT(update_time,'%Y-%m-%d %T') update_time," +
             " DATE_FORMAT(pay_time,'%Y-%m-%d %T') pay_time, pay_account, pay_way, refund_way, refund_amount, DATE_FORMAT(refund_time,'%Y-%m-%d %T') refund_time," +

文件差異過大導致無法顯示
+ 5 - 1
mhotel/src/com/happy/dao/impl/HotelImplDao.java