fix(最新解读标准): 修改查询条件

This commit is contained in:
yjz
2024-07-31 09:18:44 +08:00
parent 09c46f148a
commit 05ea0f5116
@@ -47,7 +47,7 @@
where i.del_flag = 0
and s.del_flag = 0
and standard_state <> '7'
and i.create_time > date_format(date_add(now(), interval -90 day), '%Y-%m-%d')
and i.create_time >= date_format(date_add(now(), interval -90 day), '%Y-%m-%d')
order by i.create_time desc
</select>
</mapper>