|
@@ -307,10 +307,10 @@
|
|
AND d.account_id = #{accountId}
|
|
AND d.account_id = #{accountId}
|
|
</if>
|
|
</if>
|
|
<if test="startTime !=null and startTime != ''">
|
|
<if test="startTime !=null and startTime != ''">
|
|
- AND d.date >= #{startTime}
|
|
|
|
|
|
+ AND d.date_time >= #{startTime}
|
|
</if>
|
|
</if>
|
|
<if test="endTime !=null and endTime != ''">
|
|
<if test="endTime !=null and endTime != ''">
|
|
- AND d.date <= #{endTime}
|
|
|
|
|
|
+ AND d.date_time <= #{endTime}
|
|
</if>
|
|
</if>
|
|
GROUP BY d.account_id
|
|
GROUP BY d.account_id
|
|
</select>
|
|
</select>
|