From 5eb0e283de87da3708d69821ac7ec7d9882897f0 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Sun, 16 Jul 2023 10:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8A=E6=96=AD=E7=8E=B0=E5=AD=98=E9=87=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/glxp/mipsdl/client/pzh/PzhzdClient.java | 1 + src/main/resources/application-dev.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/mipsdl/client/pzh/PzhzdClient.java b/src/main/java/com/glxp/mipsdl/client/pzh/PzhzdClient.java index 4e814d2..8b9501e 100644 --- a/src/main/java/com/glxp/mipsdl/client/pzh/PzhzdClient.java +++ b/src/main/java/com/glxp/mipsdl/client/pzh/PzhzdClient.java @@ -250,6 +250,7 @@ public class PzhzdClient implements BaseHttpClient { if (udiwmsInvProductsRequest.getPage() > 1) { return ResultVOUtils.error(500, "超出最大数"); } + getSetEntity(); UOnhandQueryRequest onhandQueryRequest = new UOnhandQueryRequest(); if (udiwmsInvProductsRequest.getInventoryCode() != null) { onhandQueryRequest.setInventory(udiwmsInvProductsRequest.getInventoryCode()); diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 5e6d970..3454468 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,7 +1,7 @@ spring: datasource: driver-class-name: com.p6spy.engine.spy.P6SpyDriver - url: jdbc:p6spy:mysql://127.0.0.1:3306/udi_wms_zyy?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true + url: jdbc:p6spy:mysql://127.0.0.1:3306/udi_wms_pzh?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true username: root password: 123456 hikari: