|
|
@@ -971,7 +971,7 @@ public class OutboundSaleOrderService extends BaseService<Outbound> {
|
|
|
if(invList!=null && invList.size()>0) {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("delOutDetail", invList);
|
|
|
- inventoryService.operatingInventoryInformation(map);\
|
|
|
+ inventoryService.operatingInventoryInformation(map);
|
|
|
}
|
|
|
//endregion
|
|
|
} else {
|