|
@@ -1337,7 +1337,7 @@ public class SalesOrderServiceImpl implements SalesOrderService {
|
|
|
|
|
|
for(SalesOrderItem item : listOrderitem){
|
|
|
List<ProductCombinatInfo> listproduct = productMapper.combinatList(item.getItemProductId());
|
|
|
- if(listOrderitem.size() > 0){
|
|
|
+ if(listproduct.size() > 0){
|
|
|
for(ProductCombinatInfo combinatInfo : listproduct){
|
|
|
invIne(item,orderWarehouse,combinatInfo);
|
|
|
}
|