|
|
|
@@ -2212,7 +2212,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
} |
|
|
|
|
|
|
|
//品牌 |
|
|
|
Long brandId = merchant.getBrand(); |
|
|
|
Long brandId = wxRentContract.getBrand(); |
|
|
|
String brand = " "; |
|
|
|
if (brandId != null) { |
|
|
|
WxBrand wxBrand = WxBrandMapper.selectById(brandId); |
|
|
|
|