提交修改
This commit is contained in:
parent
a02970b390
commit
a5963ba1a9
@ -219,7 +219,7 @@ public class AdminProductController {
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
// /mm/product/insertOrUpadate 只更新商品信息
|
||||
// /mm/product/onlyUpdateProduct 只更新商品信息
|
||||
@RequestMapping("/onlyUpdateProduct")
|
||||
public R onlyUpdate(@RequestBody VvProductEntity vvProductEntity) {
|
||||
vvProductDao.insertOrUpdateVvProduct(vvProductEntity);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user