ch
2022-09-15 a36bb920e6b0ced4d8dce5a5d0710bd623c3e3f7
WebAPI/Controllers/BaseSet/Gy_CustomerController.cs
@@ -48,6 +48,7 @@
                    string sql = sql1 + sWhere + " order by 客户代码 ";
                    ds = oCN.RunProcReturn(sql, "h_v_Gy_CustomerList");
                }
                objJsonResult.code = "1";
                objJsonResult.count = 1;
                objJsonResult.Message = "Sucess!";