ResourceBundle bundle_common = ResourceBundle.getBundle("common");
//xybDeptId为在config.properties配置的信用办部门id
if(bundle_common.getString("xybDeptId").equals(currentUser.getDpId())){//判断登录用户的部门是不是信用办
creditInformation.setDepartmentid(currentUser.getDpId());
}
转载请注明原文地址: https://ju.6miu.com/read-1311587.html