|
@@ -343,13 +343,12 @@ public class ProductController {
|
|
|
*
|
|
*
|
|
|
* @return
|
|
* @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();
|
|
|
|
|
+ // }
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 单个匹配
|
|
* 单个匹配
|
|
|
*
|
|
*
|