qh 2 anos atrás
pai
commit
a7f5e0f553

+ 3 - 2
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/controller/BusRoomBookingOrdersController.java

@@ -7,6 +7,7 @@ import java.util.stream.Collectors;
 import java.io.IOException;
 import java.io.UnsupportedEncodingException;
 import java.net.URLDecoder;
+import javax.annotation.Resource;
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 import org.jeecg.common.api.vo.Result;
@@ -50,7 +51,7 @@ import org.apache.shiro.authz.annotation.RequiresPermissions;
 @RequestMapping("/business/busRoomBookingOrders")
 @Slf4j
 public class BusRoomBookingOrdersController extends JeecgController<BusRoomBookingOrders, IBusRoomBookingOrdersService> {
-	@Autowired
+	@Resource
 	private IBusRoomBookingOrdersService busRoomBookingOrdersService;
 	
 	/**
@@ -110,7 +111,7 @@ public class BusRoomBookingOrdersController extends JeecgController<BusRoomBooki
 	  * @param
 	  * @return
 	  */
-	 @AutoLog(value = "酒店预定订单-通过id获取订单详情")
+//	 @AutoLog(value = "酒店预定订单-通过id获取订单详情")
 	 @ApiOperation(value="酒店预定订单-通过id获取订单详情", notes="酒店预定订单-通过id获取订单详情")
 	 //@RequiresPermissions("business:bus_room_booking_orders:getBookingOrderInfo")
 	 @GetMapping(value = "/getBookingOrderInfo")