| | |
| | | import org.springframework.stereotype.Component; |
| | | import javax.annotation.Resource; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @Description 库区信息 |
| | |
| | | private CoreDeptService coreDeptService; |
| | | |
| | | /** |
| | | * |
| | | * ${dorado.getDataProvider("deptPR#getDeptByUserType").getResult()} |
| | | * 根据用户类型获取对应库区列表信息 |
| | | * deptPR#getDeptByUserType |
| | | * |
| | | * @return |
| | | */ |
| | | @DataProvider |
| | | public List<Dept> getDeptByUserType(String parentId) { |
| | | return coreDeptService.getDeptByUserType(parentId); |
| | | } |
| | | |
| | | /** |
| | | * 查询设备,将操作信息调整为空,默认包括分库参数 |
| | | * |
| | | * deptPR#getAllData |