Commit 6001798f by huangZW

111

parent ade5f25f
......@@ -37,6 +37,4 @@ public interface StaffDepartmentRelatedApiService {
List<StaffDepartmentRelatedDTO> listByStaffIds(List<String> staffIds);
//解绑删部门,删人,删部门
boolean delDepartmentByClerkId(String clerkId);
}
......@@ -32,6 +32,7 @@ import com.gic.haoban.manage.service.dao.mapper.WxEnterpriseMapper;
import com.gic.haoban.manage.service.dao.mapper.WxEnterpriseRelatedMapper;
import com.gic.haoban.manage.service.entity.TabHaobanApplication;
import com.gic.haoban.manage.service.entity.TabHaobanDepartment;
import com.gic.haoban.manage.service.entity.TabHaobanStaffClerkRelation;
import com.gic.haoban.manage.service.entity.TabHaobanStaffDepartmentRelated;
import com.gic.haoban.manage.service.entity.TabHaobanWxEnterprise;
import com.gic.haoban.manage.service.entity.TabHaobanWxEnterpriseRelated;
......@@ -231,14 +232,4 @@ public class StaffDepartmentRelatedApiServiceImpl implements StaffDepartmentRela
return url;
}
@Override
public boolean delDepartmentByClerkId(String clerkId) {
tabHaobanStaffClerkRelationMapper.getOneByClerkId(clerkId);
return false;
}
}
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