|
@@ -60,7 +60,6 @@ public class BrandFourSController {
|
|
|
@ResponseBody
|
|
|
@RequestMapping("brandFourSExcelIn.html")
|
|
|
public AjaxMessage<Object> carSedanExcelIn(String url, HttpServletRequest request) throws IOException {
|
|
|
- System.err.println("url:" + url);
|
|
|
Date begindata = new Date();
|
|
|
String contextPath = request.getSession().getServletContext().getContextPath();
|
|
|
List<BrandFourS> list = new ArrayList<BrandFourS>();
|