Ver código fonte

修改dictID rfid的值

hill.liu 6 meses atrás
pai
commit
f6f4415cd3

+ 2 - 2
src/main/java/com/sy/coinage/util/printer/ZplImgConvertPrinter.java

@@ -168,7 +168,7 @@ public class ZplImgConvertPrinter {
 //        zplSb.append("^PQ3,0,1,Y");
         //        zplSb.append("^PQ2,0,1,Y");
         //根据配置来获取打印数量
-        int amount =  getPrintAmoutByDictId(80); // rfid打印标签的dictId
+        int amount =  getPrintAmoutByDictId(94); // rfid打印标签的dictId
         zplSb.append("^PQ").append(amount).append(",0,1,Y");
 //
         return zplSb.toString();
@@ -257,7 +257,7 @@ public class ZplImgConvertPrinter {
 //        zplSb.append("^PQ1,0,1,Y");
 
         //根据配置来获取打印数量
-        int amount =  getPrintAmoutByDictId(79); // 空白标签的dictId
+        int amount =  getPrintAmoutByDictId(93); // 空白标签的dictId
         zplSb.append("^PQ").append(amount).append(",0,1,Y");
         return zplSb.toString();
     }