Commit 67c6380b by 桂前礼

bug: [1027448] 【小程序端】【足迹】只能查看前30天的数据,但是现在前30天的数据是置灰的

parent 8effd98f
......@@ -284,7 +284,7 @@
applet_record
WHERE
wechat_user_id = #{wechatUserId}
AND create_date > DATE_SUB( curdate(), INTERVAL 30 DAY )
AND create_date >= DATE_SUB( curdate(), INTERVAL 30 DAY )
GROUP BY
create_date
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment