Browse Source

Merge branch 'release_toaliyun_real_202302' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_202302

release_toaliyun_real
lin 3 years ago
parent
commit
c9f568e83a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxProfitPaymentReceiverServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxProfitPaymentReceiverServiceImpl.java View File

@@ -111,6 +111,7 @@ public class WxProfitPaymentReceiverServiceImpl implements WxProfitPaymentReceiv
}
sharingReceiver.setId(record.getId());
sharingReceiver.updateTenantInfo(record);
sharingReceiver.setMerchantId(record.getMerchantId());
sharingReceiver.setReceiverType(record.getReceiverType());
sharingReceiver.setReceiverAccount(record.getReceiverAccount());
sharingReceiver.setReceiverComments(record.getReceiverComments());


Loading…
Cancel
Save