Commit 96f25a3a by 墨竹

feat:删除无效代码

parent 0c91160c
...@@ -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);
/** /**
* 分页查询 * 分页查询
......
...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment