|
@ -37,6 +37,7 @@ |
|
|
</when> |
|
|
</when> |
|
|
<when test='level != null and "3" == level'> |
|
|
<when test='level != null and "3" == level'> |
|
|
and PROJECT_STATUS_CODE !='pending' |
|
|
and PROJECT_STATUS_CODE !='pending' |
|
|
|
|
|
and DATE_SUB(CURDATE(), INTERVAL 30 DAY) <= date(PROJECT_CREATE_TIME) |
|
|
</when> |
|
|
</when> |
|
|
<otherwise> |
|
|
<otherwise> |
|
|
and PROJECT_STATUS_CODE ='pending' |
|
|
and PROJECT_STATUS_CODE ='pending' |
|
|