From 87208d0417f12a0fd3263ee29b767563dde1345f Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 11 三月 2025 16:22:23 +0800
Subject: [PATCH] nothing

---
 VueWebCoreApi/DLL/DAL/BasicSettingDAL.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VueWebCoreApi/DLL/DAL/BasicSettingDAL.cs b/VueWebCoreApi/DLL/DAL/BasicSettingDAL.cs
index dfce34d..591982b 100644
--- a/VueWebCoreApi/DLL/DAL/BasicSettingDAL.cs
+++ b/VueWebCoreApi/DLL/DAL/BasicSettingDAL.cs
@@ -3549,7 +3549,7 @@
                         // 鍒涘缓涓�涓柊鐨勫瓧鍏�
                         Dictionary<object, object> dict = new Dictionary<object, object>();
                         //閫氳繃浜у搧缂栫爜鏌ユ壘鍏宠仈鐨勫伐搴忎俊鎭�
-                        sql = @"select A.step_seq,A.step_code,S.stepname as step_name,A.unprice,A.isbott,A.isend   
+                        sql = @"select A.step_seq,A.step_code as stepcode,S.stepname as stepname,A.unprice as stepprice,A.isbott,A.isend   
                             from (
                             select S.materiel_code,R.step_seq,S.step_code,S.unprice,R.isbott,R.isend   from TPrteEqp_Stad S
                             inner join TMateriel_Step R on S.materiel_code=R.materiel_code and S.step_code=R.step_code
@@ -3599,7 +3599,7 @@
                     // 鍒涘缓涓�涓柊鐨勫瓧鍏�
                     Dictionary<object, object> dict = new Dictionary<object, object>();
                     //閫氳繃宸ヨ壓璺嚎缂栫爜鏌ユ壘鍏宠仈鐨勫伐搴忎俊鎭�
-                    sql = @"select A.step_seq,A.step_code,S.stepname as step_name,A.unprice,A.isbott,A.isend   
+                    sql = @"select A.step_seq,A.step_code as stepcode,S.stepname as stepname,A.unprice as stepprice,A.isbott,A.isend   
                         from (
                         select S.materiel_code,R.seq as step_seq,S.step_code,S.unprice,R.first_choke as isbott,R.last_choke as isend   from TPrteEqp_Stad S
                         inner join TFlw_Rtdt R on  S.route_code=R.rout_code and S.step_code=R.step_code

--
Gitblit v1.9.3