Selaa lähdekoodia

项目成本管理修复

cs 2 vuotta sitten
vanhempi
commit
dfc2ac4723

+ 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