|
@@ -572,11 +572,13 @@ public class ResumeDeliverController {
|
|
|
|
|
|
dto.setPositionNumber(recruitment.getPositionNumber());
|
|
|
|
|
|
- WorkCategory workCategory = workCategoryService.get(recruitment.getPosition());
|
|
|
+// WorkCategory workCategory = workCategoryService.get(recruitment.getPosition());
|
|
|
+//
|
|
|
+// if (workCategory != null) {
|
|
|
+// dto.setPosition(workCategory.getName());
|
|
|
+// }
|
|
|
|
|
|
- if (workCategory != null) {
|
|
|
- dto.setPosition(workCategory.getName());
|
|
|
- }
|
|
|
+ dto.setPosition(recruitment.getTitle());
|
|
|
|
|
|
}
|
|
|
|