departmentIds
This commit is contained in:
parent
a9d486bef6
commit
f2cf03ebbf
|
|
@ -48,7 +48,7 @@ public class AddUpDeductionGetSearchConditionCmd extends AbstractCommonCommand<M
|
|||
conditionItems.add(username);
|
||||
|
||||
|
||||
SearchConditionItem departmentName = conditionFactory.createCondition(ConditionType.BROWSER,502227,"departmentName","4");
|
||||
SearchConditionItem departmentName = conditionFactory.createCondition(ConditionType.BROWSER,502227,"departmentIds","4");
|
||||
departmentName.setColSpan(2);
|
||||
departmentName.setFieldcol(12);
|
||||
departmentName.setLabelcol(6);
|
||||
|
|
|
|||
|
|
@ -136,6 +136,9 @@ public class SalarySobItemServiceImpl extends Service implements SalarySobItemSe
|
|||
// getSalarySobEmpFieldService(user).batchSave(result.getNeedInsertSalarySobEmpFields());
|
||||
}
|
||||
|
||||
//先保存项目分类获取分类id
|
||||
List<SalarySobItemSaveParam.SalarySobItemGroupParam> itemGroups = saveParam.getItemGroups();
|
||||
// CollectionUtils.emptyIfNull()
|
||||
|
||||
|
||||
// 保存薪资账套的薪资项目副本
|
||||
|
|
|
|||
Loading…
Reference in New Issue