提交代码
parent
567fd3f237
commit
c8230c6b54
|
@ -73,7 +73,7 @@ public class LabourSignetVo {
|
|||
public Boolean checkTimestamp() {
|
||||
boolean timestampFlag = false;
|
||||
long timePoor = Math.abs(timestamp - System.currentTimeMillis());
|
||||
if (timePoor < 10000 * 60 * 3) {
|
||||
if (timePoor < 1000 * 60 * 30) {
|
||||
timestampFlag = true;
|
||||
}
|
||||
return timestampFlag;
|
||||
|
|
Loading…
Reference in New Issue