6
zzr99
2022-06-27 1c5ee360efc22dbc1283ad04e96f33dd26631760
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!";