shopid 为1
This commit is contained in:
@@ -45,7 +45,6 @@ public class ShopMerchantController {
|
|||||||
@SaAdminCheckPermission(parentName = "支付参数信息", value = "shopMerchant:edit", name = "商户支付信息修改")
|
@SaAdminCheckPermission(parentName = "支付参数信息", value = "shopMerchant:edit", name = "商户支付信息修改")
|
||||||
@PutMapping
|
@PutMapping
|
||||||
public CzgResult<Boolean> edit(@RequestBody ShopMerchantDTO shopMerchant) {
|
public CzgResult<Boolean> edit(@RequestBody ShopMerchantDTO shopMerchant) {
|
||||||
shopMerchant.setShopId(StpKit.USER.getShopId());
|
|
||||||
return CzgResult.success(shopMerchantService.editEntry(shopMerchant, true));
|
return CzgResult.success(shopMerchantService.editEntry(shopMerchant, true));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user