|
@@ -152,7 +152,6 @@ public class WmspOutboundResultController extends BaseRESTfulController {
|
|
|
map.put("materialId",materialId);
|
|
|
//初始化出库单详情信息
|
|
|
Map<String, Object> outBoundDetailedInfo=null;
|
|
|
- if ("".equals(wmspOutboundResultService.ExistWmspOutboundResult(map))){
|
|
|
int orderNum = wmspOutboundResultService.ExistWmspOutboundResult(map);
|
|
|
if(orderNum == 0){
|
|
|
/**创建出库单实体*/
|
|
@@ -233,7 +232,6 @@ public class WmspOutboundResultController extends BaseRESTfulController {
|
|
|
outBoundDetailedInfo.put("materialModel",materialModel);
|
|
|
outBoundDetailedInfo.put("materialTheoreticalWeight",materialTheoreticalWeight);
|
|
|
}
|
|
|
- }
|
|
|
return outBoundDetailedInfo;
|
|
|
}
|
|
|
|