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) {