|
|
|
@ -7,6 +7,7 @@ import com.dxhy.common.constant.DbConstant; |
|
|
|
|
import com.dxhy.common.datasource.config.DynamicContextHolder; |
|
|
|
|
import com.dxhy.common.util.UUIDUtils; |
|
|
|
|
import com.dxhy.common.utils.Base64Encoding; |
|
|
|
|
import com.dxhy.common.utils.DateUtils; |
|
|
|
|
import com.dxhy.core.dao.mailGather.MailGatherLogDao; |
|
|
|
|
import com.dxhy.core.model.mailGather.EmailMaintainVo; |
|
|
|
|
import com.dxhy.core.model.mailGather.MailGatherLogVo; |
|
|
|
@ -58,6 +59,7 @@ public class MailGatherLogServiceImpl implements MailGatherLogService { |
|
|
|
|
if(emailMaintainVos !=null && emailMaintainVos.size() > 0) { |
|
|
|
|
for (int i = 0; i < emailMaintainVos.size(); i++) { |
|
|
|
|
MailGatherLogVo mailGatherLogVo = emailMaintainVos.get(i); |
|
|
|
|
mailGatherLogVo.setCjsj(DateUtils.dateToStr(mailGatherLogVo.getCreateTime())); |
|
|
|
|
mailGatherLogVo.setXh(i + 1 + ""); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|