|
|
|
@ -2732,7 +2732,9 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
imageList.forEach(img ->{ |
|
|
|
sqzp.append(img.getImgUrl()).append(","); |
|
|
|
}); |
|
|
|
data.setSqzp(sqzp.substring(0,sqzp.length()-1)); |
|
|
|
if(StringUtils.isNotBlank(sqzp)){ |
|
|
|
data.setSqzp(sqzp.substring(0,sqzp.length()-1)); |
|
|
|
} |
|
|
|
//发送到市平台
|
|
|
|
String resultString = cityGridApi.sendItemToCity(data,PushToCityGridConstant.CASE_LIVELIHOOD,"民生诉求"); |
|
|
|
//保存sqid
|
|
|
|
|