Commit f123188e LN

格口数量错误

1 个父辈 4fff611a
...@@ -369,13 +369,11 @@ public class SpBoxUtil { ...@@ -369,13 +369,11 @@ public class SpBoxUtil {
//返回格口数量 //返回格口数量
if (boxStr.startsWith("CS")) { if (boxStr.startsWith("CS")) {
return 8; return 6;
} else if (boxStr.startsWith("CM")) {
return 4;
} else if (boxStr.startsWith("CB")) { } else if (boxStr.startsWith("CB")) {
return 4;
return 2; } else if (boxStr.startsWith("CM")) {
return 1;
} }
return 0; return 0;
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!