departmentIds

This commit is contained in:
钱涛 2022-03-24 20:01:25 +08:00
parent a9d486bef6
commit f2cf03ebbf
2 changed files with 4 additions and 1 deletions

View File

@ -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);

View File

@ -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()
// 保存薪资账套的薪资项目副本