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
497c8682
Commit
497c8682
authored
Aug 16, 2023
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
内容版本
parent
eea31c6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
WxStaffController.java
...m/gic/haoban/manage/web/controller/WxStaffController.java
+1
-1
RightVO.java
...x/src/main/java/com/gic/haoban/manage/web/vo/RightVO.java
+5
-5
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/WxStaffController.java
View file @
497c8682
...
@@ -1906,7 +1906,7 @@ public class WxStaffController extends WebBaseController {
...
@@ -1906,7 +1906,7 @@ public class WxStaffController extends WebBaseController {
}
else
{
}
else
{
vo
.
setStatus
(
2
);
vo
.
setStatus
(
2
);
}
}
vo
.
set
Version
(
dto
.
get
Version
());
vo
.
set
ModuleVersion
(
dto
.
getModule
Version
());
return
RestResponse
.
successResult
(
vo
);
return
RestResponse
.
successResult
(
vo
);
}
}
}
}
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/RightVO.java
View file @
497c8682
...
@@ -15,7 +15,7 @@ public class RightVO implements Serializable{
...
@@ -15,7 +15,7 @@ public class RightVO implements Serializable{
/**
/**
* 版本 1基础版2高级版
* 版本 1基础版2高级版
*/
*/
private
Integer
v
ersion
;
private
Integer
moduleV
ersion
;
public
int
getStatus
()
{
public
int
getStatus
()
{
return
status
;
return
status
;
...
@@ -25,11 +25,11 @@ public class RightVO implements Serializable{
...
@@ -25,11 +25,11 @@ public class RightVO implements Serializable{
this
.
status
=
status
;
this
.
status
=
status
;
}
}
public
Integer
getVersion
()
{
public
Integer
get
Module
Version
()
{
return
v
ersion
;
return
moduleV
ersion
;
}
}
public
void
set
Version
(
Integer
v
ersion
)
{
public
void
set
ModuleVersion
(
Integer
moduleV
ersion
)
{
this
.
version
=
v
ersion
;
this
.
moduleVersion
=
moduleV
ersion
;
}
}
}
}
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