luyanwen-001 преди 4 години
родител
ревизия
e3c2c98383
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 6 1
      abi-cloud-qr-platform-server/src/main/java/com/abi/qms/platform/service/impl/ReportServiceImpl.java

+ 6 - 1
abi-cloud-qr-platform-server/src/main/java/com/abi/qms/platform/service/impl/ReportServiceImpl.java

@@ -409,7 +409,12 @@ public class ReportServiceImpl implements ReportService {
         return map;
     }
 
-
+    /**
+     * 获取进三个月的
+     * @author lu
+     * @date 2021/6/10 17:03
+     * @return java.time.LocalDateTime
+     */
     private LocalDateTime getMonth(){
         Calendar calStart = Calendar.getInstance();
         calStart.add(Calendar.MONTH, -3);//上一月