|
|
@@ -265,7 +265,7 @@ public class PrintInfoController {
|
|
|
PrintModelTypeResult typeData = new PrintModelTypeResult();
|
|
|
typeData.setId(nowInfo.getId());
|
|
|
typeData.setIsBlod(0);
|
|
|
- typeData.setWordSize(0);
|
|
|
+ typeData.setWordSize(1);
|
|
|
typeData.setPrintField(nowInfo.getPrintField());
|
|
|
typeData.setPrintName(nowInfo.getPrintName());
|
|
|
types.add(typeData);
|
|
|
@@ -302,7 +302,7 @@ public class PrintInfoController {
|
|
|
PrintModelTypeResult typeData = new PrintModelTypeResult();
|
|
|
typeData.setId(nowInfo.getId());
|
|
|
typeData.setIsBlod(0);
|
|
|
- typeData.setWordSize(0);
|
|
|
+ typeData.setWordSize(1);
|
|
|
typeData.setPrintField(nowInfo.getPrintField());
|
|
|
typeData.setPrintName(nowInfo.getPrintName());
|
|
|
types.add(typeData);
|
|
|
@@ -334,7 +334,7 @@ public class PrintInfoController {
|
|
|
PrintModelTypeResult typeData = new PrintModelTypeResult();
|
|
|
typeData.setId(nowInfo.getId());
|
|
|
typeData.setIsBlod(0);
|
|
|
- typeData.setWordSize(0);
|
|
|
+ typeData.setWordSize(1);
|
|
|
typeData.setPrintField(nowInfo.getPrintField());
|
|
|
typeData.setPrintName(nowInfo.getPrintName());
|
|
|
data.getTypes().add(typeData);
|
|
|
@@ -363,7 +363,7 @@ public class PrintInfoController {
|
|
|
PrintModelTypeResult typeData = new PrintModelTypeResult();
|
|
|
typeData.setId(nowInfo.getId());
|
|
|
typeData.setIsBlod(0);
|
|
|
- typeData.setWordSize(0);
|
|
|
+ typeData.setWordSize(1);
|
|
|
typeData.setPrintField(nowInfo.getPrintField());
|
|
|
typeData.setPrintName(nowInfo.getPrintName());
|
|
|
types.add(typeData);
|
|
|
@@ -394,7 +394,7 @@ public class PrintInfoController {
|
|
|
PrintModelTypeResult typeData = new PrintModelTypeResult();
|
|
|
typeData.setId(nowInfo.getId());
|
|
|
typeData.setIsBlod(0);
|
|
|
- typeData.setWordSize(0);
|
|
|
+ typeData.setWordSize(1);
|
|
|
typeData.setPrintField(nowInfo.getPrintField());
|
|
|
typeData.setPrintName(nowInfo.getPrintName());
|
|
|
data.getTypes().add(typeData);
|
|
|
@@ -423,7 +423,7 @@ public class PrintInfoController {
|
|
|
PrintModelTypeResult typeData = new PrintModelTypeResult();
|
|
|
typeData.setId(nowInfo.getId());
|
|
|
typeData.setIsBlod(0);
|
|
|
- typeData.setWordSize(0);
|
|
|
+ typeData.setWordSize(1);
|
|
|
typeData.setPrintField(nowInfo.getPrintField());
|
|
|
typeData.setPrintName(nowInfo.getPrintName());
|
|
|
types.add(typeData);
|
|
|
@@ -454,7 +454,7 @@ public class PrintInfoController {
|
|
|
PrintModelTypeResult typeData = new PrintModelTypeResult();
|
|
|
typeData.setId(nowInfo.getId());
|
|
|
typeData.setIsBlod(0);
|
|
|
- typeData.setWordSize(0);
|
|
|
+ typeData.setWordSize(1);
|
|
|
typeData.setPrintField(nowInfo.getPrintField());
|
|
|
typeData.setPrintName(nowInfo.getPrintName());
|
|
|
data.getTypes().add(typeData);
|
|
|
@@ -482,7 +482,7 @@ public class PrintInfoController {
|
|
|
PrintModelTypeResult typeData = new PrintModelTypeResult();
|
|
|
typeData.setId(nowInfo.getId());
|
|
|
typeData.setIsBlod(0);
|
|
|
- typeData.setWordSize(0);
|
|
|
+ typeData.setWordSize(1);
|
|
|
typeData.setPrintField(nowInfo.getPrintField());
|
|
|
typeData.setPrintName(nowInfo.getPrintName());
|
|
|
types.add(typeData);
|
|
|
@@ -513,7 +513,7 @@ public class PrintInfoController {
|
|
|
PrintModelTypeResult typeData = new PrintModelTypeResult();
|
|
|
typeData.setId(nowInfo.getId());
|
|
|
typeData.setIsBlod(0);
|
|
|
- typeData.setWordSize(0);
|
|
|
+ typeData.setWordSize(1);
|
|
|
typeData.setPrintField(nowInfo.getPrintField());
|
|
|
typeData.setPrintName(nowInfo.getPrintName());
|
|
|
data.getTypes().add(typeData);
|