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
40232b45
Commit
40232b45
authored
Mar 10, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
朋友圈
parent
6ee2efa9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
QwMomentController.java
...oban/manage/web/controller/moment/QwMomentController.java
+1
-0
HaobanQwMomentPlanVO.java
...gic/haoban/manage/web/vo/moment/HaobanQwMomentPlanVO.java
+3
-3
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/moment/QwMomentController.java
View file @
40232b45
...
@@ -276,6 +276,7 @@ public class QwMomentController {
...
@@ -276,6 +276,7 @@ public class QwMomentController {
vo
.
setPlanId
(
null
);
vo
.
setPlanId
(
null
);
vo
.
setPublishTime
(
null
);
vo
.
setPublishTime
(
null
);
vo
.
setPublishType
(
1
);
vo
.
setPublishType
(
1
);
vo
.
setExpireDays
(
null
);
return
RestResponse
.
successResult
(
vo
)
;
return
RestResponse
.
successResult
(
vo
)
;
}
}
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/moment/HaobanQwMomentPlanVO.java
View file @
40232b45
...
@@ -40,7 +40,7 @@ public class HaobanQwMomentPlanVO implements Serializable {
...
@@ -40,7 +40,7 @@ public class HaobanQwMomentPlanVO implements Serializable {
/**
/**
* 几天后失效
* 几天后失效
*/
*/
private
int
expireDays
;
private
Integer
expireDays
;
/**
/**
* 执行方式 0企微1好办小程序
* 执行方式 0企微1好办小程序
*/
*/
...
@@ -198,11 +198,11 @@ public class HaobanQwMomentPlanVO implements Serializable {
...
@@ -198,11 +198,11 @@ public class HaobanQwMomentPlanVO implements Serializable {
this
.
endDate
=
endDate
;
this
.
endDate
=
endDate
;
}
}
public
int
getExpireDays
()
{
public
Integer
getExpireDays
()
{
return
expireDays
;
return
expireDays
;
}
}
public
void
setExpireDays
(
int
expireDays
)
{
public
void
setExpireDays
(
Integer
expireDays
)
{
this
.
expireDays
=
expireDays
;
this
.
expireDays
=
expireDays
;
}
}
...
...
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