|
@@ -84,9 +84,10 @@ public class WmsInboundScanResultController extends BaseRESTfulController {
|
|
|
//创建一个扫码实绩
|
|
|
Map<String, Object> wmspInboundScanResult =wmsInboundScanResultService.createInboundScanResultByResultMaterial(mapList.size(),map.get("userName").toString(),map.get("resultMaterial").toString());
|
|
|
//判断是否创建成功、成功在添加
|
|
|
- if (wmspInboundScanResult!=null){
|
|
|
- mapList.add(wmspInboundScanResult);
|
|
|
- }
|
|
|
+// if (wmspInboundScanResult!=null){
|
|
|
+// mapList.add(wmspInboundScanResult);
|
|
|
+// }
|
|
|
+ mapList= wmsInboundScanResultService.noIssueScanResultList(map.get("userName").toString());
|
|
|
}
|
|
|
|
|
|
return success(mapList);
|