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