|
|
|
@@ -70,7 +70,7 @@ |
|
|
|
|
|
|
|
<select id="queryHistory" resultType="hashmap" parameterType="hashmap"> |
|
|
|
select count(c.id) carcount,c.create_date from ( |
|
|
|
select id,DATE_FORMAT(create_date,'%m/%d') create_date |
|
|
|
select id,DATE_FORMAT(create_date,'%Y-%m-%d') create_date |
|
|
|
from wx_car_cmd_log where tenant_id = #{tenantId} and cmd_type=#{cmdType} |
|
|
|
and create_date BETWEEN #{startdate} and #{enddate} |
|
|
|
) c |
|
|
|
|