|
|
@ -457,6 +457,8 @@ public class IcNatServiceImpl extends BaseServiceImpl<IcNatDao, IcNatEntity> imp |
|
|
|
} |
|
|
|
return list.stream().map(item -> { |
|
|
|
NatListDTO dto = new NatListDTO(); |
|
|
|
dto.setIdNatId(item.getId()); |
|
|
|
dto.setSampleTime(item.getSampleTime()); |
|
|
|
dto.setAddress(item.getNatAddress()); |
|
|
|
dto.setTestTime(DateUtils.format(item.getNatTime(), DateUtils.DATE_TIME_PATTERN_END_WITH_MINUTE)); |
|
|
|
if(StringUtils.isNotBlank(item.getNatResult())){ |
|
|
|