修改诊断现存量查询,库存实时查询

dev
anthonywj 2 years ago
parent 3d0dacb11c
commit 5810d14716

@ -184,7 +184,7 @@ public class ThrInvProductsController {
@GetMapping("/udiwms/inv/getInvProducts") @GetMapping("/udiwms/inv/getInvProducts")
public BaseResponse getInvProducts(ThrOnhandRequest thrOnhandRequest) { public BaseResponse getInvProducts(ThrOnhandRequest thrOnhandRequest) {
ThrSystemEntity thrSystemEntity = thrSystemService.selectByThirdId(thrOnhandRequest.getThirdSys()); ThrSystemEntity thrSystemEntity = thrSystemService.selectByThirdId(thrOnhandRequest.getThirdSys());
String url = thrSystemEntity.getThridUrl() + "/udiwms/erp/inv/getEnvProduct"; String url = thrSystemEntity.getThridUrl() + "/udiwms/erp/inv/getInvProduct";
try { try {
String response = httpOkClient.uCloudPost(url, thrOnhandRequest, thrSystemEntity); String response = httpOkClient.uCloudPost(url, thrOnhandRequest, thrSystemEntity);

@ -172,7 +172,7 @@ public class IoAddInoutService {
if ((warehouseEntity.getRelId() == null)) { if ((warehouseEntity.getRelId() == null)) {
orderEntity.setStatus(ConstantStatus.ORDER_STATS_ERROR); orderEntity.setStatus(ConstantStatus.ORDER_STATS_ERROR);
orderEntity.setUpdateTime(new Date()); orderEntity.setUpdateTime(new Date());
orderEntity.setErrMsg("udi码" + warehouseEntity.getCode() + "上传时对照数据丢失,请选择对"); orderEntity.setErrMsg("udi码" + warehouseEntity.getCode() + "上传时对照数据丢失");
orderService.update(orderEntity); orderService.update(orderEntity);
return; return;
} }

@ -4,9 +4,9 @@ server:
spring: spring:
datasource: datasource:
driver-class-name: com.p6spy.engine.spy.P6SpyDriver driver-class-name: com.p6spy.engine.spy.P6SpyDriver
jdbc-url: jdbc:p6spy:mysql://192.168.0.66:3364/udi_wms_pzh?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true jdbc-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 username: root
password: Glxp@6066 password: 123456
hikari: hikari:
connection-timeout: 60000 connection-timeout: 60000
maximum-pool-size: 20 maximum-pool-size: 20
@ -52,6 +52,6 @@ UDI_SERVER_URL: https://www.udims.com/UDI_DL_Server_test
SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs SPMS_KEY: lCOdWCBKS6Kw45wdnnqUTELXyuSKnXEs
back_file_path: D:/share/udisps/back/ back_file_path: D:/share/udisps/back/
API_KEY: 1101 API_KEY: 1102
API_SECRET: zBITspLNvuoEd4FaamlSoqxRHmNsmQ9L API_SECRET: oIHZqfbtoUNehgJ5MOp5GBlxBIwIo15d
WEB_TITLE: 平潭协和医院 WEB_TITLE: 平潭协和医院

Loading…
Cancel
Save