Commit f123188e LN

格口数量错误

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