|
@@ -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
|