|
@@ -29,7 +29,7 @@ public class DegreeController extends BaseController { ;
|
|
|
@GetMapping("/queryPage")
|
|
|
@PreAuthorize("@pcs.hasPermissions('degree/queryPage')")
|
|
|
public HttpResponseResult queryPage(DegreeQueryInfo queryInfo) {
|
|
|
- queryInfo.setOrganId(organizationService.getEmployeeOrgan(queryInfo.getOrganId()));
|
|
|
+// queryInfo.setOrganId(organizationService.getEmployeeOrgan(queryInfo.getOrganId()));
|
|
|
queryInfo.setSort("create_time_");
|
|
|
queryInfo.setOrder("DESC");
|
|
|
return succeed(degreeRegistrationService.getPageList(queryInfo));
|