Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
messageflow
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
虞诚毅
messageflow
Commits
4861647c
Commit
4861647c
authored
May 17, 2019
by
303514581@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2019/5/17 wap缓存读取启动+自动标注client升级
parent
c5040a08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pom.xml
+1
-1
src/main/java/com/zhiwei/messageflow/WapRedisTask.java
+2
-2
No files found.
pom.xml
View file @
4861647c
...
...
@@ -202,7 +202,7 @@
<dependency>
<groupId>
com.zhiwei.middleware
</groupId>
<artifactId>
automaticmark-client
</artifactId>
<version>
1.0.
4
-SNAPSHOT
</version>
<version>
1.0.
5
-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
src/main/java/com/zhiwei/messageflow/WapRedisTask.java
View file @
4861647c
...
...
@@ -31,7 +31,7 @@ import com.zhiwei.messageflow.task.AsyncTask;
* @author shentao
* @date 2019年4月18日 下午2:59:11
*/
//
@Component
@Component
public
class
WapRedisTask
{
private
static
final
Logger
log
=
LogManager
.
getLogger
(
WapRedisTask
.
class
);
...
...
@@ -96,7 +96,7 @@ public class WapRedisTask {
// 创建有效期7d的key,有key 更新时间
redisService
.
createSevenDayKey
(
WAP_SEVEN_DAY_KEY
);
// 创建7天缓存数据
//
task.doTaskCreate7dWapInfo(WAP_columnIdMap,WAP_sProjects);
task
.
doTaskCreate7dWapInfo
(
WAP_columnIdMap
,
WAP_sProjects
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment