Browse Source

去掉通过企业批量更新方法

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9252 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 8 years ago
parent
commit
6a1cb225c1

+ 6 - 7
src/main/java/com/uas/platform/b2b/controller/ProductController.java

@@ -343,13 +343,12 @@ public class ProductController {
 	 * 
 	 * @return
 	 */
-	/*
-	 * @RequestMapping(value = "/updateByEn", method = RequestMethod.POST)
-	 * 
-	 * @ResponseBody public ModelMap updateByEn() { return
-	 * productService.updateByEn(); }
-	 */
-
+	// @RequestMapping(value = "/updateByEn", method = RequestMethod.POST)
+	// @ResponseBody
+	// public ModelMap updateByEn() {
+	// return productService.updateByEn();
+	// }
+	
 	/**
 	 * 单个匹配
 	 * 

+ 1 - 1
src/main/java/com/uas/platform/b2b/service/ProductService.java

@@ -135,5 +135,5 @@ public interface ProductService {
 	 * 
 	 * @return
 	 */
-	public ModelMap updateByEn();
+	// public ModelMap updateByEn();
 }