1
yangle
2022-08-11 b110cef9d486c21a084852a99a04b1d97fad2253
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!";