From da4534f2356a2f7215b8735d6f2e936dc35b15de Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 06 五月 2025 15:04:28 +0800
Subject: [PATCH] 三升小诸葛接口:物料同步调试

---
 WebAPI/Controllers/数据同步/小诸葛同步/XZG_DataSynchronizationController.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/WebAPI/Controllers/\346\225\260\346\215\256\345\220\214\346\255\245/\345\260\217\350\257\270\350\221\233\345\220\214\346\255\245/XZG_DataSynchronizationController.cs" "b/WebAPI/Controllers/\346\225\260\346\215\256\345\220\214\346\255\245/\345\260\217\350\257\270\350\221\233\345\220\214\346\255\245/XZG_DataSynchronizationController.cs"
index a85cc04..7a4c97a 100644
--- "a/WebAPI/Controllers/\346\225\260\346\215\256\345\220\214\346\255\245/\345\260\217\350\257\270\350\221\233\345\220\214\346\255\245/XZG_DataSynchronizationController.cs"
+++ "b/WebAPI/Controllers/\346\225\260\346\215\256\345\220\214\346\255\245/\345\260\217\350\257\270\350\221\233\345\220\214\346\255\245/XZG_DataSynchronizationController.cs"
@@ -735,7 +735,7 @@
                 {"key", DBUtility.ClsPub.isStrNull(material.key)},
                 {"productName", DBUtility.ClsPub.isStrNull(material.productName)},
                 {"partNum",DBUtility.ClsPub.isStrNull(material.partNum)},
-                {"sepc", DBUtility.ClsPub.isStrNull(material.sepc)},
+                {"Spec", DBUtility.ClsPub.isStrNull(material.sepc)},
                 {"weight", DBUtility.ClsPub.isStrNull(material.weight)},
                 {"headWeight", DBUtility.ClsPub.isStrNull(material.headWeight)},
                 {"cycletime", DBUtility.ClsPub.isStrNull(material.cycleTime)},
@@ -781,7 +781,7 @@
                 {"productName", DBUtility.ClsPub.isStrNull(material.productName)},
                 {"partNum",DBUtility.ClsPub.isStrNull(material.partNum)},
                 {"cycletime", DBUtility.ClsPub.isStrNull(material.cycleTime)},
-                {"sepc", DBUtility.ClsPub.isStrNull(material.sepc)},
+                {"Spec", DBUtility.ClsPub.isStrNull(material.sepc)},
                 {"weight", DBUtility.ClsPub.isStrNull(material.weight)},
                 {"headWeight", DBUtility.ClsPub.isStrNull(material.headWeight)},
                 {"fightsPartnum", DBUtility.ClsPub.isStrNull(material.flightsPartnum)},
@@ -832,13 +832,13 @@
                             inner join " +  erpDatabaseName + @"T_BD_MATERIAL_L l with(nolock) on a.FMATERIALID=l.FMATERIALID 
                             inner join " +  erpDatabaseName + @"T_BD_MATERIALBASE b with(nolock) on a.FMATERIALID=b.FMATERIALID 
                             inner join " +  erpDatabaseName + @"T_BD_MATERIALSTOCK s with(nolock) on a.FMATERIALID=s.FMATERIALID 
-                            inner join " +  erpDatabaseName + @"T_BD_MATERIALPRODUCE proc with(nolock) on a.FMATERIALID = proc.FMATERIALID
+                            inner join " +  erpDatabaseName + @"T_BD_MATERIALPRODUCE proce with(nolock) on a.FMATERIALID = proce.FMATERIALID
                             inner join " +  erpDatabaseName + @"T_BD_Unit_L unit with(nolock) on isnull(s.FSTOREUNITID,0) = unit.FUNITID
                             Where l.FLOCALEID=2052
                             and unit.FLOCALEID = 2052
                             and a.FFORBIDSTATUS='A'
                             and a.FUSEORGID = 1
-                            and proc.FWORKSHOPID = 477069                   --鐢熶骇杞﹂棿(477069锛氭敞濉戣溅闂�)
+                            and proce.FWORKSHOPID = 477069                   --鐢熶骇杞﹂棿(477069锛氭敞濉戣溅闂�)
                             and b.FErpClsID = 2                             --鐗╂枡灞炴��(2锛氳嚜鍒�)
                             and
 	                            (

--
Gitblit v1.9.1