|
|
|
@@ -169,7 +169,7 @@ public class WxPropertyContractController extends WxContractBaseController { |
|
|
|
wxShop.setIds(shopIdList); |
|
|
|
List<String> sunumbers = wxShopService.getShopNumberList(wxShop); |
|
|
|
if (null != sunumbers && sunumbers.size() > 0 ) { |
|
|
|
wxPropertyContract.setShopNumbers(StringUtils.join(sunumbers)); |
|
|
|
wxPropertyContract.setShopNumbers(StringUtils.join(sunumbers,",")); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|