|
@@ -783,7 +783,7 @@ public class OmstruckOrderServiceImpl implements IOmstruckOrderService {
|
|
|
throw new RuntimeException("订单已被接收或已被拒绝!");
|
|
|
}
|
|
|
int orderType = DataChange.dataToBigDecimal(orderMessage.get("orderType")).intValue();
|
|
|
- if(orderType == 11||orderType==22){
|
|
|
+ if(orderType == 11){
|
|
|
//发送计量委托
|
|
|
orderMessage.put("asd", 1);
|
|
|
orderMessage.put("orderId", orderId);
|