Commit a396b924 LN

Merge remote-tracking branch 'origin/SO1434' into SO1434

# Conflicts:
#	src/main/java/com/neotel/smfcore/custom/luxsan_sp/controller/SpUnclaimedController.java
2 个父辈 dd6fc38b 878b3e33
...@@ -300,13 +300,13 @@ public class SpBoxUtil { ...@@ -300,13 +300,13 @@ public class SpBoxUtil {
//返回格口数量 //返回格口数量
if (boxStr.startsWith("CS")) { if (boxStr.startsWith("CS")) {
return 6; return 8;
} else if (boxStr.startsWith("CB")) { } else if (boxStr.startsWith("CM")) {
return 4; return 4;
} else if (boxStr.startsWith("CM")) { } else if (boxStr.startsWith("CB")) {
return 1; return 2;
} }
return 0; return 0;
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!