Преглед на файлове

项目成本管理修复

cs преди 2 години
родител
ревизия
dfc2ac4723
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ReportMapper.xml

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ReportMapper.xml

@@ -755,7 +755,7 @@
         from report
         where report.project_id = #{projectId}
         <if test="startDate!=null and endDate!=null">
-            and create_time between #{startDate} and #{endDate}
+            and create_date between #{startDate} and #{endDate}
         </if>
         and report.cost is not null
         and state = 1