|
@@ -673,7 +673,7 @@ public class ScanController {
|
|
|
if (outUser2 != null) {
|
|
|
ly2 = true;
|
|
|
startDate = s.format(outUser2.getStartDate());
|
|
|
- Long day = (new Date().getTime() - outUser2.getStartDate().getTime()) / (1000 * 60 * 60 * 24);
|
|
|
+ Long day = (new Date().getTime() - outUser2.getStartDate().getTime() -1) / (1000 * 60 * 60 * 24);
|
|
|
intSize = Integer.parseInt(Long.toString(day)) < 3 ? Integer.parseInt(Long.toString(day)) : 3;
|
|
|
}
|
|
|
MsReport msReport = msReportMapper.queryMsReportIsXG(userId);
|