|
@@ -732,7 +732,7 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
}
|
|
|
stringObjectMap.put("capacityNo",capacityNumber);
|
|
|
}
|
|
|
- try{
|
|
|
+ /*try{
|
|
|
BigDecimal orderId = (BigDecimal) stringObjectMap.get("orderId");
|
|
|
if (orderId !=null){
|
|
|
String status = statisticalReportService.getStatus(orderId);
|
|
@@ -742,7 +742,7 @@ public class StatisticalReportController extends BaseRESTfulController {
|
|
|
}
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
return success(report);
|
|
|
}
|