Commit a74b0bec authored by 陈炎's avatar 陈炎

🎨 去除频控,加上500ms定时

parent cc288b3d
...@@ -51,7 +51,7 @@ public class FawOpenService { ...@@ -51,7 +51,7 @@ public class FawOpenService {
public BasePageVO<HongqiAwemeIncentiveVO> awemes(Date publishDateStart, Date publishDateEnd, String type, Integer pageNum, Integer pageSize) { public BasePageVO<HongqiAwemeIncentiveVO> awemes(Date publishDateStart, Date publishDateEnd, String type, Integer pageNum, Integer pageSize) {
try { try {
TimeUnit.MILLISECONDS.sleep(300L); TimeUnit.MILLISECONDS.sleep(500L);
} catch (InterruptedException ignored) { } catch (InterruptedException ignored) {
} }
PageHelper.orderBy(" publish_time DESC "); PageHelper.orderBy(" publish_time DESC ");
...@@ -78,7 +78,7 @@ public class FawOpenService { ...@@ -78,7 +78,7 @@ public class FawOpenService {
public BasePageVO<HongqiLiveIncentiveVO> lives(Date publishDateStart, Date publishDateEnd, String type, Integer pageNum, Integer pageSize) { public BasePageVO<HongqiLiveIncentiveVO> lives(Date publishDateStart, Date publishDateEnd, String type, Integer pageNum, Integer pageSize) {
try { try {
TimeUnit.MILLISECONDS.sleep(300L); TimeUnit.MILLISECONDS.sleep(500L);
} catch (InterruptedException ignored) { } catch (InterruptedException ignored) {
} }
PageHelper.orderBy(" publish_time DESC "); PageHelper.orderBy(" publish_time DESC ");
......
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