Browse Source

更新文件 AppBookingAction.java

陈士柏 2 years ago
parent
commit
543f63542a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mhotel/src/com/happy/action/AppBookingAction.java

+ 1 - 0
mhotel/src/com/happy/action/AppBookingAction.java

@@ -289,6 +289,7 @@ public class AppBookingAction extends ActionSupport implements ServletRequestAwa
             return null;
             return null;
         }
         }
 
 
+
         String bookingId = Func.parseStr(UUIDUtil.generateID());
         String bookingId = Func.parseStr(UUIDUtil.generateID());
         String mess = appBookService.createOrder(bookingId, houseId, startDate, endDate, houseOrderNumber, userName, userPhone, userId, complaintId, useId);
         String mess = appBookService.createOrder(bookingId, houseId, startDate, endDate, houseOrderNumber, userName, userPhone, userId, complaintId, useId);
         if (!Func.checkNull(mess)) {
         if (!Func.checkNull(mess)) {