Просмотр исходного кода

客户采购订单 增加待交货显示

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@2293 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
yuj 10 лет назад
Родитель
Сommit
33fb072d75

+ 2 - 0
src/main/java/com/uas/platform/b2b/controller/VendorController.java

@@ -8,6 +8,7 @@ import org.springframework.data.domain.Page;
 import org.springframework.data.domain.Sort.Direction;
 import org.springframework.http.HttpStatus;
 import org.springframework.ui.ModelMap;
+import org.springframework.web.bind.annotation.PathVariable;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestMethod;
 import org.springframework.web.bind.annotation.ResponseBody;
@@ -73,6 +74,7 @@ public class VendorController {
 		return new ModelAndView(new JxlsExcelView("classpath:jxls-tpl/Customer", "客户列表"), map);
 	}
 	
+	
 	/**
 	 * 供应商个数和客户个数
 	 *