diff --git a/common/src/main/java/com/foreverwin/mesnac/common/constant/Constants.java b/common/src/main/java/com/foreverwin/mesnac/common/constant/Constants.java index 40ba9000..bb011eb4 100644 --- a/common/src/main/java/com/foreverwin/mesnac/common/constant/Constants.java +++ b/common/src/main/java/com/foreverwin/mesnac/common/constant/Constants.java @@ -8,7 +8,7 @@ package com.foreverwin.mesnac.common.constant; */ public interface Constants { - String OP_6106GX = "6106GX"; + String OP_6106GX = "WX_6106GX"; String STATUS_NEW = "NEW"; String STATE_CONFIRM ="CONF"; diff --git a/console/src/main/resources/application-qas.yml b/console/src/main/resources/application-qas.yml index 54b8bdcd..88e183c5 100644 --- a/console/src/main/resources/application-qas.yml +++ b/console/src/main/resources/application-qas.yml @@ -33,7 +33,7 @@ ftp: #打印服务器配置 print: - server: http://172.16.251.188:8022/print/mesnacprint + server: http://10.10.170.32:8022/print/mesnacprint activeMq: sendWeChatMessage: tcp://localhost:61616?wireFormat.maxInactivityDuration=0 diff --git a/production/src/main/java/com/foreverwin/mesnac/production/service/impl/AccessoryLogServiceImpl.java b/production/src/main/java/com/foreverwin/mesnac/production/service/impl/AccessoryLogServiceImpl.java index db745c6d..147d9b13 100644 --- a/production/src/main/java/com/foreverwin/mesnac/production/service/impl/AccessoryLogServiceImpl.java +++ b/production/src/main/java/com/foreverwin/mesnac/production/service/impl/AccessoryLogServiceImpl.java @@ -76,7 +76,7 @@ public class AccessoryLogServiceImpl extends ServiceImpl list = itemBatchService.list(queryWrapper); if (qty.compareTo(BigDecimal.ZERO)<=0){ - throw new BaseException("数量不能小于零"); + throw new BaseException("使用数量不能小于零"); } if (list.isEmpty()){ throw new BaseException("标签不存在");