|
@@ -66,7 +66,7 @@ public class AspSafeAttachmentsServiceImpl extends ServiceImpl<AspSafeAttachment
|
|
|
long daysBetween;
|
|
|
List<String> alertUser;
|
|
|
for (AspSafeAttachmentsDo data : v) {
|
|
|
- manufacturedate = data.getManufacturedate();
|
|
|
+ manufacturedate = data.getNextinspectiondate();
|
|
|
LocalDate date1 = manufacturedate.toInstant()
|
|
|
.atZone(ZoneId.systemDefault())
|
|
|
.toLocalDate();
|