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
96f25a3a
Commit
96f25a3a
authored
Jan 20, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:删除无效代码
parent
0c91160c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
DepartmentApiService.java
...m/gic/haoban/manage/api/service/DepartmentApiService.java
+6
-3
WxEnterpriseInfoController.java
...ban/manage/web/controller/WxEnterpriseInfoController.java
+0
-1
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/service/DepartmentApiService.java
View file @
96f25a3a
...
@@ -11,9 +11,11 @@ import com.gic.haoban.manage.api.dto.DepartmentShortDTO;
...
@@ -11,9 +11,11 @@ import com.gic.haoban.manage.api.dto.DepartmentShortDTO;
public
interface
DepartmentApiService
{
public
interface
DepartmentApiService
{
List
<
DepartmentDTO
>
listByParentId
(
String
parentId
);
List
<
DepartmentDTO
>
listByParentId
(
String
parentId
);
/**
/**
* 查门店/部门列表
* 查门店/部门列表
* @param parentId
* @param departmentIds
* @param storeFlag
* @return
* @return
*/
*/
List
<
DepartmentDTO
>
listByDepartmentIds
(
List
<
String
>
departmentIds
,
Integer
storeFlag
);
List
<
DepartmentDTO
>
listByDepartmentIds
(
List
<
String
>
departmentIds
,
Integer
storeFlag
);
...
@@ -35,8 +37,7 @@ public interface DepartmentApiService {
...
@@ -35,8 +37,7 @@ public interface DepartmentApiService {
* @param wxEnterpriseId
* @param wxEnterpriseId
* @return
* @return
*/
*/
Page
<
DepartmentDTO
>
pageFullStoreByWxEnterpriseId
(
Page
<
DepartmentDTO
>
pageFullStoreByWxEnterpriseId
(
String
wxEnterpriseId
,
String
search
,
List
<
String
>
storeId
,
int
count
,
BasePageInfo
pageInfo
);
String
wxEnterpriseId
,
String
search
,
List
<
String
>
storeId
,
int
count
,
BasePageInfo
pageInfo
);
/**
/**
* 根据部门id查询部门
* 根据部门id查询部门
* @param departmentId
* @param departmentId
...
@@ -100,11 +101,13 @@ public interface DepartmentApiService {
...
@@ -100,11 +101,13 @@ public interface DepartmentApiService {
* gic同步
* gic同步
* @param fieldListString
* @param fieldListString
*/
*/
@Deprecated
void
syncGicStore
(
String
fieldListString
);
void
syncGicStore
(
String
fieldListString
);
/**
/**
* gic同步部门
* gic同步部门
* @param fieldListString
* @param fieldListString
*/
*/
@Deprecated
void
syncGicDepartment
(
String
fieldListString
);
void
syncGicDepartment
(
String
fieldListString
);
/**
/**
* 分页查询
* 分页查询
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/WxEnterpriseInfoController.java
View file @
96f25a3a
...
@@ -234,7 +234,6 @@ public class WxEnterpriseInfoController extends WebBaseController {
...
@@ -234,7 +234,6 @@ public class WxEnterpriseInfoController extends WebBaseController {
* @return
* @return
*/
*/
@RequestMapping
(
value
=
"welldone-loginout"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"welldone-loginout"
,
method
=
RequestMethod
.
GET
)
@IgnoreLogin
public
HaobanResponse
welldoneLoginOut
()
{
public
HaobanResponse
welldoneLoginOut
()
{
AuthRequestWellDoneUtil
.
delToken
();
AuthRequestWellDoneUtil
.
delToken
();
return
resultResponse
(
HaoBanErrCode
.
ERR_1
);
return
resultResponse
(
HaoBanErrCode
.
ERR_1
);
...
...
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