shopid 为空

This commit is contained in:
gong
2026-01-15 10:17:58 +08:00
parent 7351188660
commit 7f64a64dc8

View File

@@ -74,6 +74,7 @@ public class ShopMerchantServiceImpl extends ServiceImpl<ShopMerchantMapper, Sho
ShopMerchant shopMerchant = getOne(query().eq(ShopMerchant::getShopId, shopMerchantParam.getShopId()));
if (shopMerchant == null) {
shopMerchant = new ShopMerchant();
shopMerchant.setShopId(shopMerchantParam.getShopId());
shopMerchant.setChannel(shopMerchantParam.getChannel());
shopMerchant.setRelatedLicenceNo(shopMerchantParam.getRelatedLicenceNo());
shopMerchant.setAlipayAppId(SystemConstants.PayType.ALIPAY_APP_ID);