|
|
@ -3508,9 +3508,10 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
// 只推送前三条 并且是15个字以上的
|
|
|
|
// 20231130 修改为只推送前两条
|
|
|
|
if (entity.getAppealSource().equals("0")){ |
|
|
|
if (entity.getItemContent().length()>15 && minshengCount < 2){ |
|
|
|
sendCaseLivelihood(entity); |
|
|
|
} |
|
|
|
// 24年3月15 按照推进中心要求不推送排查上报
|
|
|
|
// if (entity.getItemContent().length()>15 && minshengCount < 2){
|
|
|
|
// sendCaseLivelihood(entity);
|
|
|
|
// }
|
|
|
|
}else{ |
|
|
|
sendCaseLivelihood(entity); |
|
|
|
} |
|
|
|