|
|
@ -7,10 +7,7 @@ import cn.hutool.core.lang.tree.TreeNode; |
|
|
|
import cn.hutool.core.lang.tree.TreeUtil; |
|
|
|
import cn.hutool.core.lang.tree.TreeUtil; |
|
|
|
import cn.hutool.json.JSONUtil; |
|
|
|
import cn.hutool.json.JSONUtil; |
|
|
|
import com.dxhy.order.baseservice.module.groupmanagement.dao.GroupManagementMapper; |
|
|
|
import com.dxhy.order.baseservice.module.groupmanagement.dao.GroupManagementMapper; |
|
|
|
import com.dxhy.order.baseservice.module.groupmanagement.model.GroupDataStatusUpdate; |
|
|
|
import com.dxhy.order.baseservice.module.groupmanagement.model.*; |
|
|
|
import com.dxhy.order.baseservice.module.groupmanagement.model.GroupManagementEntity; |
|
|
|
|
|
|
|
import com.dxhy.order.baseservice.module.groupmanagement.model.GroupManagementQuery; |
|
|
|
|
|
|
|
import com.dxhy.order.baseservice.module.groupmanagement.model.GroupTreeVO; |
|
|
|
|
|
|
|
import com.dxhy.order.baseservice.module.groupmanagement.service.GroupManagementService; |
|
|
|
import com.dxhy.order.baseservice.module.groupmanagement.service.GroupManagementService; |
|
|
|
import com.dxhy.order.baseservice.module.thirdservice.user.model.DeptEntity; |
|
|
|
import com.dxhy.order.baseservice.module.thirdservice.user.model.DeptEntity; |
|
|
|
import com.dxhy.order.baseservice.module.thirdservice.user.model.TaxPlayerCodeDept; |
|
|
|
import com.dxhy.order.baseservice.module.thirdservice.user.model.TaxPlayerCodeDept; |
|
|
@ -206,6 +203,11 @@ public class GroupManagementServiceImpl implements GroupManagementService { |
|
|
|
return groupManagementMapper.queryByGroupIdList(groupIdList, OrderInfoEnum.ORDER_KPZZGL_CXLX_1.getKey()); |
|
|
|
return groupManagementMapper.queryByGroupIdList(groupIdList, OrderInfoEnum.ORDER_KPZZGL_CXLX_1.getKey()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public List<GroupManagementEntityVO> findAllGroupInfo() { |
|
|
|
|
|
|
|
return groupManagementMapper.findAllGroupInfo(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 构建组织树集合 |
|
|
|
* 构建组织树集合 |
|
|
|