From 122e9c22a1845ec01eba0b79a72e1793e6cd2487 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期二, 31 三月 2026 20:23:30 +0800
Subject: [PATCH] 出运单子表数据修改
---
WebAPI/Controllers/GZGL/Gy_SteppedPriceCoefficientController .cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Controllers/GZGL/Gy_SteppedPriceCoefficientController .cs b/WebAPI/Controllers/GZGL/Gy_SteppedPriceCoefficientController .cs
index 4ed2894..09b41a7 100644
--- a/WebAPI/Controllers/GZGL/Gy_SteppedPriceCoefficientController .cs
+++ b/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;
--
Gitblit v1.9.1