Browse Source

完善opc

hfxc226 2 years ago
parent
commit
a556f066ed

+ 2 - 2
platform-service/src/main/java/com/platform/service/repair/impl/RepairApplicationFormServiceImpl.java

@@ -1457,12 +1457,12 @@ public class RepairApplicationFormServiceImpl extends BaseServiceImpl<RepairAppl
 //                if (repairApplicationForm.getDealMinutes() == null) {
 //                    continue;
 //                }
-                if (type == 1) {
+              /*  if (type == 1) {
                     double minutes = repairApplicationForm.getDealMinutes();
                     if (minutes < 24.0) {
                         continue;
                     }
-                }
+                }*/
                 if (repairApplicationForm.getApplyTime().isAfter(map.get("searchStartTimeMonth")) && repairApplicationForm.getApplyTime().isBefore(map.get("searchEndTimeMonth"))) {
                     i++;
                     detailList.add(repairApplicationForm);