@@ -336,7 +336,7 @@ public class RabbitMqListener {
//调用算法
//todo 算法部调试用,完善后去掉
- if(num.startsWith("SX-")){
+ if("SPLIT_V32".equals(splitType)){
this.computer(num, path);
}else{
ComputerUtil.computer(num, path, "V3");