|
@@ -901,7 +901,7 @@ public class OmstruckOrderServiceImpl implements IOmstruckOrderService {
|
|
|
if (!"200".equals(mcMap.get("code"))) {
|
|
|
throw new RuntimeException("委托发送失败!");
|
|
|
}
|
|
|
- }else if(orderType!=21||orderType!=25){
|
|
|
+ }else if(orderType!=21&&orderType!=25){
|
|
|
//添加各个实绩
|
|
|
omstruckOrderSeparateService.addAllSonResult(orderMessage);
|
|
|
}
|