#
Junjie
2024-08-31 9f6b8deae24d6aa5bc9a872a1d4e08e76a93e4a9
src/main/java/com/zy/core/model/command/LedCommand.java
@@ -46,7 +46,7 @@
        if (!this.emptyMk){
            for (MatDto matDto : matDtos) {
                s.append("[商品编码:" + matDto.getMatNo() + ", 数量:" + matDto.getCount() + "]\n");
                s.append("[商品编码:" + matDto.getMatnr() + ", 数量:" + matDto.getCount() + "]\n");
            }
        }