Showing
1 changed file
with
1 additions
and
0 deletions
@@ -34,6 +34,7 @@ public class GrassRefreshCacheServiceImpl implements IGrassRefreshCacheService{ | @@ -34,6 +34,7 @@ public class GrassRefreshCacheServiceImpl implements IGrassRefreshCacheService{ | ||
34 | if(reqVO == null || reqVO.getClearCode() == 0){ | 34 | if(reqVO == null || reqVO.getClearCode() == 0){ |
35 | return; | 35 | return; |
36 | } | 36 | } |
37 | + logger.info("refreshGrassCache: param is {}", reqVO); | ||
37 | executorService.execute(new Runnable() { | 38 | executorService.execute(new Runnable() { |
38 | @Override | 39 | @Override |
39 | public void run() { | 40 | public void run() { |
-
Please register or login to post a comment