chenhaozhe
2026-02-03 02afa11e997bcf6f68d60cc2cfbaa8007f124989
WebAPI/Controllers/GZGL/Gy_SteppedPriceCoefficientController .cs
@@ -539,8 +539,8 @@
                }
                else
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.code = "1";
                    objJsonResult.count = 1;
                    objJsonResult.Message = "没有查询到数据,请联系系统管理员进行核对";
                    objJsonResult.data = ds?.Tables[0] ?? new DataTable();
                    objJsonResult.list = columnNameList;