|
@@ -90,9 +90,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
in.setAname(admin.getName());
|
|
in.setAname(admin.getName());
|
|
|
in.setApplyDep(admin.getDepartmentId());
|
|
in.setApplyDep(admin.getDepartmentId());
|
|
|
in.setPayDep(admin.getDepartmentId());
|
|
in.setPayDep(admin.getDepartmentId());
|
|
|
-
|
|
|
|
|
expenseAccountMapper.insertSelective(in);
|
|
expenseAccountMapper.insertSelective(in);
|
|
|
-
|
|
|
|
|
return in.getId();
|
|
return in.getId();
|
|
|
}
|
|
}
|
|
|
|
|
|