|
@@ -65,9 +65,9 @@ namespace OASystem.API.Controllers
|
|
Dictionary<int, string> dicHeader = new Dictionary<int, string>();
|
|
Dictionary<int, string> dicHeader = new Dictionary<int, string>();
|
|
List<string> listNameStr = new List<string>() { "姓名", "Name" };
|
|
List<string> listNameStr = new List<string>() { "姓名", "Name" };
|
|
List<string> listSexStr = new List<string>() { "性别", "Gender" };
|
|
List<string> listSexStr = new List<string>() { "性别", "Gender" };
|
|
- List<string> listDOBStr = new List<string>() { "D.O.B", "出生年月", "生日" };
|
|
|
|
|
|
+ List<string> listDOBStr = new List<string>() { "D.O.B", "出生年月", "生日", "出生日期" };
|
|
List<string> listIdCard = new List<string>() { "身份证号码", "身份证" };
|
|
List<string> listIdCard = new List<string>() { "身份证号码", "身份证" };
|
|
- List<string> listOrganizationStr = new List<string>() { "工作单位", "Organization", "单位" };
|
|
|
|
|
|
+ List<string> listOrganizationStr = new List<string>() { "工作单位", "Organization", "单位", "所在单位及职务" };
|
|
List<string> listJobStr = new List<string>() { "职务", "Title", "职位" };
|
|
List<string> listJobStr = new List<string>() { "职务", "Title", "职位" };
|
|
List<string> listMobileStr = new List<string>() { "联系电话", "Mobile" };
|
|
List<string> listMobileStr = new List<string>() { "联系电话", "Mobile" };
|
|
List<string> listAgeStr = new List<string>() { "年龄", "Age" };
|
|
List<string> listAgeStr = new List<string>() { "年龄", "Age" };
|
|
@@ -210,7 +210,7 @@ namespace OASystem.API.Controllers
|
|
catch (Exception ex)
|
|
catch (Exception ex)
|
|
{
|
|
{
|
|
jw.Code = 400;
|
|
jw.Code = 400;
|
|
- jw.Msg = "base64数据有误!";
|
|
|
|
|
|
+ jw.Msg = "程序异常!";
|
|
jw.Data = new string[0];
|
|
jw.Data = new string[0];
|
|
}
|
|
}
|
|
|
|
|