将变更单筛选时间扩展到了十天
This commit is contained in:
parent
44d443aebc
commit
61a3326344
@ -419,7 +419,7 @@ public class DesignController {
|
|||||||
CrmRequestUtil crmRequestUtil = new CrmRequestUtil();
|
CrmRequestUtil crmRequestUtil = new CrmRequestUtil();
|
||||||
|
|
||||||
long twoDaysAgo = LocalDateTime.now()
|
long twoDaysAgo = LocalDateTime.now()
|
||||||
.minusDays(3)
|
.minusDays(10)
|
||||||
.atZone(ZoneId.systemDefault())
|
.atZone(ZoneId.systemDefault())
|
||||||
.toInstant()
|
.toInstant()
|
||||||
.toEpochMilli();
|
.toEpochMilli();
|
||||||
|
@ -433,7 +433,7 @@ public class FrameContractController {
|
|||||||
CrmRequestUtil crmRequestUtil = new CrmRequestUtil();
|
CrmRequestUtil crmRequestUtil = new CrmRequestUtil();
|
||||||
|
|
||||||
long twoDaysAgo = LocalDateTime.now()
|
long twoDaysAgo = LocalDateTime.now()
|
||||||
.minusDays(1)
|
.minusDays(10)
|
||||||
.atZone(ZoneId.systemDefault())
|
.atZone(ZoneId.systemDefault())
|
||||||
.toInstant()
|
.toInstant()
|
||||||
.toEpochMilli();
|
.toEpochMilli();
|
||||||
|
@ -365,7 +365,7 @@ public class PreContractController {
|
|||||||
CrmRequestUtil crmRequestUtil = new CrmRequestUtil();
|
CrmRequestUtil crmRequestUtil = new CrmRequestUtil();
|
||||||
|
|
||||||
long twoDaysAgo = LocalDateTime.now()
|
long twoDaysAgo = LocalDateTime.now()
|
||||||
.minusDays(1)
|
.minusDays(10)
|
||||||
.atZone(ZoneId.systemDefault())
|
.atZone(ZoneId.systemDefault())
|
||||||
.toInstant()
|
.toInstant()
|
||||||
.toEpochMilli();
|
.toEpochMilli();
|
||||||
|
@ -613,7 +613,7 @@ public class XSHTController {
|
|||||||
CrmRequestUtil crmRequestUtil = new CrmRequestUtil();
|
CrmRequestUtil crmRequestUtil = new CrmRequestUtil();
|
||||||
|
|
||||||
long twoDaysAgo = LocalDateTime.now()
|
long twoDaysAgo = LocalDateTime.now()
|
||||||
.minusDays(1)
|
.minusDays(10)
|
||||||
.atZone(ZoneId.systemDefault())
|
.atZone(ZoneId.systemDefault())
|
||||||
.toInstant()
|
.toInstant()
|
||||||
.toEpochMilli();
|
.toEpochMilli();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user