#
whycq
2024-03-16 1eb3279d97fc3faea38c4bd21f68f9d5a49ef80f
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");
            }
        }