fix(最新解读标准): 修改查询条件
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user