shopid 为1

This commit is contained in:
gong
2026-01-15 10:23:29 +08:00
parent 7f64a64dc8
commit cdd012c2fe

View File

@@ -45,7 +45,6 @@ public class ShopMerchantController {
@SaAdminCheckPermission(parentName = "支付参数信息", value = "shopMerchant:edit", name = "商户支付信息修改")
@PutMapping
public CzgResult<Boolean> edit(@RequestBody ShopMerchantDTO shopMerchant) {
shopMerchant.setShopId(StpKit.USER.getShopId());
return CzgResult.success(shopMerchantService.editEntry(shopMerchant, true));
}