|  | @@ -2969,7 +2969,7 @@ public class AmsSaleOrderServiceImpl implements IAmsSaleOrderService {
 | 
											
												
													
														|  |          int netWeight = omstruckOrderMapper.selectNetWeightCount(orderId);
 |  |          int netWeight = omstruckOrderMapper.selectNetWeightCount(orderId);
 | 
											
												
													
														|  |          //查询该运单有没有出厂,没有出厂才变2
 |  |          //查询该运单有没有出厂,没有出厂才变2
 | 
											
												
													
														|  |          int outFactory = omstruckOrderMapper.selectOutFactory(orderId);
 |  |          int outFactory = omstruckOrderMapper.selectOutFactory(orderId);
 | 
											
												
													
														|  | -        int orderStatus = 7;
 |  | 
 | 
											
												
													
														|  | 
 |  | +        int orderStatus = 8;
 | 
											
												
													
														|  |          if(netWeight > 0 && outFactory == 0) {
 |  |          if(netWeight > 0 && outFactory == 0) {
 | 
											
												
													
														|  |              orderStatus = 2;
 |  |              orderStatus = 2;
 | 
											
												
													
														|  |          }
 |  |          }
 |