Commit 357d467b authored by 赵啸非's avatar 赵啸非

测试 事项查询

parent c2701f32
......@@ -53,6 +53,12 @@ Accept: application/json
GET {{baseUrl}}/area/getListByRootId?rootId=0
Accept: application/json
###区域查看
POST {{baseUrl}}/area/treeselect
Accept: application/json
###区域查看
GET {{baseUrl}}/area/getListByParentId?parentId=8fc9422b1bca40fa86f12b028b33e6cf
......
......@@ -37,10 +37,10 @@ public class ComsumerBurySaveService implements IApplicationStartedService {
Thread sendThread = new Thread(new Runnable() {
@Override
public void run() {
int waitTime = 10;
int waitTime = 100;
while (!stopped) {
try {
BuryPointPdu pdu = cacheService.blpop(KEY_BURY_POINT_CACHE,10, BuryPointPdu.class);
BuryPointPdu pdu = cacheService.blpop(KEY_BURY_POINT_CACHE,60, BuryPointPdu.class);
if(!ObjectUtils.isEmpty(pdu)){
pageAccessService.saveByPdu(pdu);
pageAccessDepthService.saveByPdu(pdu);
......
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