|
@@ -199,6 +199,7 @@ public class CmMallOrganizeProductsController {
|
|
String productID = (String) parse.get(j);//获取商品ID
|
|
String productID = (String) parse.get(j);//获取商品ID
|
|
CmMallOrganizeProducts cop = new CmMallOrganizeProducts();
|
|
CmMallOrganizeProducts cop = new CmMallOrganizeProducts();
|
|
cop.setId(Integer.valueOf(productID));
|
|
cop.setId(Integer.valueOf(productID));
|
|
|
|
+ cop.setModules(cmMallOrganizeProducts.getModules());
|
|
cmMallOrganizeProductsService.updateProductInfo1(cop);
|
|
cmMallOrganizeProductsService.updateProductInfo1(cop);
|
|
}
|
|
}
|
|
}
|
|
}
|