liurunyu
2025-08-21 9ba987e9232b71cefbb800114dd09985d7fef888
pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/largeScreen/Ls4StatisticsSv.java
@@ -186,8 +186,8 @@
     * @return 实体集合
     */
    public List<MdEt0> et0InWeek(Long cropId){
        String startDate = DateTime.lastXDay_yyyy_MM_dd(1) ;//昨天
        String endDate = DateTime.lastXDay_yyyy_MM_dd(8) ;//8天前
        String startDate = DateTime.lastXDay_yyyy_MM_dd(8) ;//8天前
        String endDate = DateTime.lastXDay_yyyy_MM_dd(1) ;//昨天
        return this.dao.et0InWeek(cropId, startDate, endDate) ;
    }