소스 검색

项目成本管理修复

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