Commit 36d9b7fb authored by ZWT's avatar ZWT

nocommit

parent 9cae20b3
...@@ -156,7 +156,7 @@ public class WellheadDailyProductionSituationService { ...@@ -156,7 +156,7 @@ public class WellheadDailyProductionSituationService {
} else { } else {
long between = DateUtil.between(exist.getCurrentDate(), DateUtil.date(), DateUnit.SECOND); long between = DateUtil.between(exist.getCurrentDate(), DateUtil.date(), DateUnit.SECOND);
long duration = (long) exist.getDuration(); long duration = (long) exist.getDuration();
if (between - duration < 300) { if (duration - between < 300) {
token = this.getCqToken(); token = this.getCqToken();
this.setThirdPartyConfigCache(context, token); this.setThirdPartyConfigCache(context, token);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment