|
|
@ -3503,9 +3503,13 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
// 做限制 内容超过16个字符 并且当日推送的不超过3个 才可以推送给市平台
|
|
|
|
// 只推送前三条 并且是15个字以上的
|
|
|
|
// 20231130 修改为只推送前两条
|
|
|
|
if (entity.getAppealSource().equals("0")){ |
|
|
|
if (entity.getItemContent().length()>15 && minshengCount < 2){ |
|
|
|
sendCaseLivelihood(entity); |
|
|
|
} |
|
|
|
}else{ |
|
|
|
sendCaseLivelihood(entity); |
|
|
|
} |
|
|
|
// sendCaseLivelihood(entity);
|
|
|
|
} else if (NumConstant.ONE_STR.equals(formDto.getPeopleFlag())) { |
|
|
|
//发展
|
|
|
|