|
|
@@ -94,7 +94,7 @@ public class TopStoreController extends BaseController {
|
|
|
@ApiOperation("修改商户店铺管理")
|
|
|
@PreAuthorize("@ss.hasPermi('system:store:edit')")
|
|
|
@Log(title = "商户店铺管理", businessType = BusinessType.UPDATE)
|
|
|
- @PutMapping()
|
|
|
+ @PostMapping("/edit")
|
|
|
public AjaxResult<Void> edit(@RequestBody TopStoreEditBo bo) {
|
|
|
return toAjax(iTopStoreService.updateByEditBo(bo) ? 1 : 0);
|
|
|
}
|