@ -19,7 +19,7 @@
WHERE
del_flag = '0'
AND UNIX_TIMESTAMP(CREATED_TIME) >= UNIX_TIMESTAMP(DATE_SUB(NOW(),INTERVAL 1 MONTH))
<if test="level != null and level.trim()!=''">
<if test="level != null and level.trim()!='' and level !='all'">
and project_level = #{level}
</if>
<if test="ids != null">