Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
17d209c002
|
|
@ -104,7 +104,7 @@ public class ProdGroupController {
|
||||||
/**
|
/**
|
||||||
* 修改
|
* 修改
|
||||||
*/
|
*/
|
||||||
@PutMapping
|
@PutMapping("update")
|
||||||
@OperationLog("商品分组-修改")
|
@OperationLog("商品分组-修改")
|
||||||
//@SaAdminCheckPermission("prodGroup:update")
|
//@SaAdminCheckPermission("prodGroup:update")
|
||||||
public CzgResult<Void> updateProdGroupV2(@RequestBody ProdGroupDTO dto) {
|
public CzgResult<Void> updateProdGroupV2(@RequestBody ProdGroupDTO dto) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue