Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
徐少华
midjourney-proxy
Commits
b6bd8730
Commit
b6bd8730
authored
Mar 24, 2022
by
田超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/1006339-01' into 'master'
feat:[1006339]图书标准服务 See merge request rays/pcloud-book!1533
parents
a3f608cf
028e0483
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ResourcePageBizImpl.java
...a/com/pcloud/book/group/biz/impl/ResourcePageBizImpl.java
+5
-5
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/group/biz/impl/ResourcePageBizImpl.java
View file @
b6bd8730
...
...
@@ -3155,7 +3155,7 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
}
//删除图书标准服务中的配置
List
<
String
>
typeCodes
=
ResourcePageConstants
.
APPLET_DEFAULT_TYPECODES
;
resourcePageModelDao
.
deleteByPageIdAndTypeCode
(
resourcePageId
,
typeCodes
);
//
resourcePageModelDao.deleteByPageIdAndTypeCode(resourcePageId,typeCodes);
}
/**
...
...
@@ -3170,7 +3170,7 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
return
;
}
//书友互助、阅读打卡
/*
List<Integer> types = ResourcePageConstants.APPLET_DEFAULT_NAVIGATIONS;
List
<
Integer
>
types
=
ResourcePageConstants
.
APPLET_DEFAULT_NAVIGATIONS
;
Integer
maxSeq
=
resourcePageNavigationDao
.
getMaxSeq
(
resourcePageId
);
Integer
addSeq
=
0
;
List
<
ResourcePageNavigation
>
navigations
=
new
ArrayList
<>();
...
...
@@ -3190,9 +3190,9 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
}
if
(!
ListUtils
.
isEmpty
(
navigations
))
{
resourcePageNavigationDao
.
insert
(
navigations
);
}
*/
}
//改为在图书标准服务中添加
ThreadPoolUtils
.
RESOURCE_POOL
.
execute
(()->{
/*
ThreadPoolUtils.RESOURCE_POOL.execute(()->{
List<String> typeCodes = ResourcePageConstants.APPLET_DEFAULT_TYPECODES;
List<ResourcePageModel> modelList = new ArrayList<>();
Map<String, AppRaysDTO> raysDTOMap = appConsr.mapRaysAppByType(typeCodes);
...
...
@@ -3213,7 +3213,7 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
modelList.add(model);
}
resourcePageModelDao.insert(modelList);
});
});
*/
}
/**
...
...
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