|
@ -798,6 +798,10 @@ public class IcEventServiceImpl extends BaseServiceImpl<IcEventDao, IcEventEntit |
|
|
replyEntity.setCustomerId(formDTO.getCustomerId()); |
|
|
replyEntity.setCustomerId(formDTO.getCustomerId()); |
|
|
replyEntity.setIcEventId(formDTO.getIcEventId()); |
|
|
replyEntity.setIcEventId(formDTO.getIcEventId()); |
|
|
replyEntity.setFromUserId(formDTO.getUserId()); |
|
|
replyEntity.setFromUserId(formDTO.getUserId()); |
|
|
|
|
|
replyEntity.setManageResi(formDTO.getManageResi()); |
|
|
|
|
|
replyEntity.setManageResiTel(formDTO.getManageResiTel()); |
|
|
|
|
|
replyEntity.setManageStatus(formDTO.getManageStatus()); |
|
|
|
|
|
replyEntity.setManageTime(formDTO.getManageTime()); |
|
|
replyEntity.setContent(formDTO.getContent()); |
|
|
replyEntity.setContent(formDTO.getContent()); |
|
|
replyEntity.setUserShowName(staffInfo.getAgencyName() + "-" + staffInfo.getRealName()); |
|
|
replyEntity.setUserShowName(staffInfo.getAgencyName() + "-" + staffInfo.getRealName()); |
|
|
icEventReplyService.insert(replyEntity); |
|
|
icEventReplyService.insert(replyEntity); |
|
|