#
whycq
2024-01-18 78b52c20a27a02466c8af9c0c8222b9f2f3ff20c
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");
            }
        }