|
|
|
@ -292,7 +292,8 @@ public class JobServiceImpl extends Service implements JobService {
|
|
|
|
|
SearchConditionOption noOption = new SearchConditionOption("1", "是");
|
|
|
|
|
isKeyOptions.add(yesOption);
|
|
|
|
|
isKeyOptions.add(noOption);
|
|
|
|
|
SearchConditionItem isKeyItem = OrganizationFormItemUtil.selectItem(user, isKeyOptions, 2, 16, 6, false, "禁用标记", "forbiddenTag");
|
|
|
|
|
SearchConditionItem isKeyItem = OrganizationFormItemUtil.selectItem(user, isKeyOptions, 2, 16, 6, false, "是否关键岗", "forbiddenTag");
|
|
|
|
|
isKeyItem.setDetailtype(2);
|
|
|
|
|
|
|
|
|
|
conditionItems.add(jobNoItem);
|
|
|
|
|
conditionItems.add(jobNameItem);
|
|
|
|
|