|
|
@@ -107,10 +107,10 @@ public class BusinessRpReportServiceImpl implements BusinessRpReportService {
|
|
107
|
107
|
Map<String,Object> result = new HashMap<>();
|
|
108
|
108
|
result.put("status", "error");
|
|
109
|
109
|
List<BusinessRpInbound> businessRpInbound = businessRpReport.getBusinessRpInboundList();
|
|
110
|
|
- if (businessRpInbound.size() <= 0){
|
|
111
|
|
- result.put("msg", "出库信息不能为空");
|
|
112
|
|
- return result;
|
|
113
|
|
- }
|
|
|
110
|
+// if (businessRpInbound.size() <= 0){
|
|
|
111
|
+// result.put("msg", "出库信息不能为空");
|
|
|
112
|
+// return result;
|
|
|
113
|
+// }
|
|
114
|
114
|
BusinessRpInboundExample businessRpInboundExample =new BusinessRpInboundExample();
|
|
115
|
115
|
businessRpReport.setUpdateTime(new Date());
|
|
116
|
116
|
if(businessRpReport.getStatus()==0){ //保存
|