WebAPI/Controllers/BaseSet/Gy_EmployeeController.cs
@@ -50,12 +50,12 @@ string sql = sql1 + sWhere + " order by 职员代码"; ds = oCN.RunProcReturn(sql, "h_v_IF_EmployeeList"); } objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "Sucess!"; objJsonResult.data = ds.Tables[0]; return objJsonResult; } catch (Exception e) { @@ -382,7 +382,6 @@ string HEmpRate = list[0].HEmpRate ?? ""; string HExamRate = list[0].HExamRate ?? ""; DateTime HHealthCardEDate = Convert.ToDateTime("1900/1/1"); ////判断权限 //if (!ClsPub.Security_Log(msg5, 1, false, msg4)) //{