|
|
@ -155,7 +155,7 @@ public class IcNoticeServiceImpl extends BaseServiceImpl<IcNoticeDao, IcNoticeEn |
|
|
|
entity.setContent(formDTO.getContent()); |
|
|
|
entity.setOrigin(formDTO.getOrigin()); |
|
|
|
entity.setUserId(item.getUserId()); |
|
|
|
entity.setMobile(item.getMobile()); |
|
|
|
entity.setMobile(StringUtils.isNotBlank(item.getMobile()) ? item.getMobile() : ""); |
|
|
|
entity.setIdCard(item.getIdCard()); |
|
|
|
entity.setOrgName(finalOrgName); |
|
|
|
// 发送结果:1成功,0失败 默认插入发送成功。下面没有找到居民端的用户id,会更新
|
|
|
|