yxj
2022-03-29 bf43b2754aa2e3bcb36c9a8dd050cad07849e421
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)
            {