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
4da579d5
Commit
4da579d5
authored
Mar 01, 2023
by
jinxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业列表查询字段处理
parent
1789ec3c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
EnterpriseController.java
...ic/haoban/manage/web/controller/EnterpriseController.java
+1
-1
WxEnterpriseController.java
.../haoban/manage/web/controller/WxEnterpriseController.java
+1
-1
No files found.
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/controller/EnterpriseController.java
View file @
4da579d5
...
...
@@ -488,7 +488,7 @@ public class EnterpriseController extends WebBaseController {
if
(
StringUtils
.
isEmpty
(
enterpriseId
))
{
return
resultResponse
(
HaoBanErrCode
.
ERR_1
);
}
EnterpriseSearchVO
vo
=
n
ull
;
EnterpriseSearchVO
vo
=
n
ew
EnterpriseSearchVO
()
;
EnterpriseDTO
enterprise
=
enterpriseService
.
getEnterpriseById
(
enterpriseId
);
if
(
enterprise
!=
null
)
{
vo
.
setEnterpriseId
(
enterpriseId
);
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/WxEnterpriseController.java
View file @
4da579d5
...
...
@@ -220,7 +220,7 @@ public class WxEnterpriseController extends WebBaseController {
if
(
org
.
apache
.
commons
.
lang
.
StringUtils
.
isEmpty
(
enterpriseId
))
{
return
resultResponse
(
HaoBanErrCode
.
ERR_1
);
}
EnterpriseSearchVO
vo
=
n
ull
;
EnterpriseSearchVO
vo
=
n
ew
EnterpriseSearchVO
()
;
EnterpriseDTO
enterprise
=
enterpriseService
.
getEnterpriseById
(
enterpriseId
);
if
(
enterprise
!=
null
)
{
vo
.
setEnterpriseId
(
enterpriseId
);
...
...
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