Browse Source

[商户][修改][建商户时建账单]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
01383386f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/simple/service/impl/WxMerchantServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/simple/service/impl/WxMerchantServiceImpl.java View File

@@ -152,7 +152,7 @@ public class WxMerchantServiceImpl implements WxMerchantService {
wxRentContract.setReceivePeriod(wxMerchant.getReceivePeriod());
wxRentContractMapper.insertSelective(wxRentContract);

buildRent(wxRentContract);
buildRent(wxRentContract,wxShopP);

//保存商户商铺的关联
List<Long> shopidlist = wxMerchant.getShopids();


Loading…
Cancel
Save