进件关联

This commit is contained in:
2026-01-16 17:55:03 +08:00
parent 235c442c6d
commit 4498108fb5

View File

@@ -81,7 +81,7 @@ public class ShopMerchantServiceImpl extends ServiceImpl<ShopMerchantMapper, Sho
shopMerchant.setShopId(shopMerchantParam.getShopId());
if (isUp) {
shopMerchant.setChannel(CzgStrUtils.getStrOrNull(shopMerchantParam.getChannel()));
shopMerchant.setRelatedId(shopMerchantParam.getShopId());
shopMerchant.setRelatedId(shopMerchantParam.getRelatedId());
if (shopMerchantParam.getNativeMerchantDTO() != null) {
shopMerchant.setNativePayJson(JSONObject.toJSONString(shopMerchantParam.getNativeMerchantDTO()));
}