Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
c7f95ea8
Commit
c7f95ea8
authored
Mar 06, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
朋友圈
parent
591bc844
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
qwMomentPlanMapper.xml
...e/src/main/resources/mapper/moment/qwMomentPlanMapper.xml
+0
-2
QwMomentController.java
...oban/manage/web/controller/moment/QwMomentController.java
+3
-0
No files found.
haoban-manage3-service/src/main/resources/mapper/moment/qwMomentPlanMapper.xml
View file @
c7f95ea8
...
@@ -76,7 +76,6 @@
...
@@ -76,7 +76,6 @@
creator_id,
creator_id,
creator_name,
creator_name,
status_flag,
status_flag,
delete_flag,
publish_type,
publish_type,
publish_time,
publish_time,
plan_clerk_type,
plan_clerk_type,
...
@@ -103,7 +102,6 @@
...
@@ -103,7 +102,6 @@
#{creatorId,jdbcType=VARCHAR},
#{creatorId,jdbcType=VARCHAR},
#{creatorName,jdbcType=VARCHAR},
#{creatorName,jdbcType=VARCHAR},
#{statusFlag,jdbcType=INTEGER},
#{statusFlag,jdbcType=INTEGER},
#{deleteFlag,jdbcType=INTEGER},
#{publishType,jdbcType=INTEGER},
#{publishType,jdbcType=INTEGER},
#{publishTime,jdbcType=TIMESTAMP},
#{publishTime,jdbcType=TIMESTAMP},
#{planClerkType,jdbcType=INTEGER},
#{planClerkType,jdbcType=INTEGER},
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/moment/QwMomentController.java
View file @
c7f95ea8
...
@@ -157,6 +157,9 @@ public class QwMomentController {
...
@@ -157,6 +157,9 @@ public class QwMomentController {
public
RestResponse
<
Page
<
HaobanQwMomentPlanVO
>>
planList
(
@RequestBody
PlanListQO
qo
)
{
public
RestResponse
<
Page
<
HaobanQwMomentPlanVO
>>
planList
(
@RequestBody
PlanListQO
qo
)
{
QwMomentPlanQDTO
qdto
=
EntityUtil
.
changeEntityByJSON
(
QwMomentPlanQDTO
.
class
,
qo
)
;
QwMomentPlanQDTO
qdto
=
EntityUtil
.
changeEntityByJSON
(
QwMomentPlanQDTO
.
class
,
qo
)
;
qdto
.
setCreatorIdList
(
CreatorUtils
.
getCreatorIdList
(
qo
.
getShowSelfFlag
()));
qdto
.
setCreatorIdList
(
CreatorUtils
.
getCreatorIdList
(
qo
.
getShowSelfFlag
()));
WebLoginDTO
loginUser
=
AuthWebRequestUtil
.
getLoginUser
();
qdto
.
setEnterpriseId
(
loginUser
.
getEnterpriseId
());
qdto
.
setWxEnterpriseId
(
loginUser
.
getWxEnterpriseId
());
ServiceResponse
<
Page
<
QwMomentPlanDTO
>>
resp
=
this
.
qwMomentApiService
.
planList
(
qdto
)
;
ServiceResponse
<
Page
<
QwMomentPlanDTO
>>
resp
=
this
.
qwMomentApiService
.
planList
(
qdto
)
;
Page
<
HaobanQwMomentPlanVO
>
retPage
=
PageHelperUtils
.
changePageToCurrentPage
(
resp
.
getResult
(),
HaobanQwMomentPlanVO
.
class
);
Page
<
HaobanQwMomentPlanVO
>
retPage
=
PageHelperUtils
.
changePageToCurrentPage
(
resp
.
getResult
(),
HaobanQwMomentPlanVO
.
class
);
return
RestResponse
.
successResult
(
retPage
);
return
RestResponse
.
successResult
(
retPage
);
...
...
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