Commit 96f25a3a by 墨竹

feat:删除无效代码

parent 0c91160c
......@@ -11,9 +11,11 @@ import com.gic.haoban.manage.api.dto.DepartmentShortDTO;
public interface DepartmentApiService {
List<DepartmentDTO> listByParentId(String parentId);
/**
* 查门店/部门列表
* @param parentId
* @param departmentIds
* @param storeFlag
* @return
*/
List<DepartmentDTO> listByDepartmentIds(List<String> departmentIds,Integer storeFlag);
......@@ -35,8 +37,7 @@ public interface DepartmentApiService {
* @param wxEnterpriseId
* @return
*/
Page<DepartmentDTO> pageFullStoreByWxEnterpriseId(
String wxEnterpriseId, String search,List<String> storeId,int count,BasePageInfo pageInfo);
Page<DepartmentDTO> pageFullStoreByWxEnterpriseId(String wxEnterpriseId, String search,List<String> storeId,int count,BasePageInfo pageInfo);
/**
* 根据部门id查询部门
* @param departmentId
......@@ -100,11 +101,13 @@ public interface DepartmentApiService {
* gic同步
* @param fieldListString
*/
@Deprecated
void syncGicStore(String fieldListString);
/**
* gic同步部门
* @param fieldListString
*/
@Deprecated
void syncGicDepartment(String fieldListString);
/**
* 分页查询
......
......@@ -234,7 +234,6 @@ public class WxEnterpriseInfoController extends WebBaseController {
* @return
*/
@RequestMapping(value = "welldone-loginout", method = RequestMethod.GET)
@IgnoreLogin
public HaobanResponse welldoneLoginOut() {
AuthRequestWellDoneUtil.delToken();
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