诏安接口修改

dev
anthonywj 1 year ago
parent 3d2ff0b629
commit 7034a07658

@ -362,7 +362,7 @@ public class ZaxyyClient extends CommonHttpClient {
}
//构造诏安接口参数
ZaZyRequest zaZyRequest = new ZaZyRequest();
//
//提交到第三方系统
if (thrSystemBusApiEntity.getUrl().equals("saveMasterialInput")) {
//采购入库单据

@ -53,4 +53,6 @@ public class ZzzyyProductsResponse {
private String manufactoryCode;
private String supCode;
private String model_number;
private String prcitmcode;
}

@ -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_za?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_ct?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: 123456
hikari:

Loading…
Cancel
Save