From 4f1f592f7d457b4dbe0c3ada0e1bfb34d376ec01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=AD=A3=40=E7=94=A8=E5=8F=8B?= Date: Wed, 21 May 2025 22:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E5=9B=BE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=B8=BAV=5FUAPBD=5FQUERYSYNC=5FMATCLASS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uapbd/src/public/nccloud/api/uapbd/QuerySync.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uapbd/src/public/nccloud/api/uapbd/QuerySync.java b/uapbd/src/public/nccloud/api/uapbd/QuerySync.java index 6f7ca70..54dcc10 100644 --- a/uapbd/src/public/nccloud/api/uapbd/QuerySync.java +++ b/uapbd/src/public/nccloud/api/uapbd/QuerySync.java @@ -168,7 +168,7 @@ public class QuerySync extends AbstractNCCRestResource { * 查询物料分类 */ private JSONString queryMaterialClass(Map data) throws DAOException { - return baseQuery(data, "V_UAPBD_QUERYSYNC_MATERIALCLASS"); + return baseQuery(data, "V_UAPBD_QUERYSYNC_MATCLASS"); } /**