|
@@ -398,10 +398,11 @@ public class WmspOutboundResultServiceImpl implements IWmspOutboundResultServic
|
|
|
int isReserve= wmsInboundResultService.getTypeMaterilaId(materialSteelId);
|
|
|
|
|
|
if (isReserve>0){
|
|
|
-
|
|
|
- int status= wmsInboundResultService.updateStatusByMaterilaId(materialSteelId);
|
|
|
|
|
|
int status2= wmsInboundResultService.updateStatusByMaterialId(materialSteelId);
|
|
|
+
|
|
|
+ int status= wmsInboundResultService.updateStatusByMaterilaId(materialSteelId);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|