Merge remote-tracking branch 'origin/prod'
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user