Ver Fonte

提交代码

zyf há 2 anos atrás
pai
commit
1ad5181183

+ 2 - 2
src/main/java/com/steerinfo/dil/controller/StatisticalReportController.java

@@ -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);
     }