Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -138,7 +138,7 @@ | @@ -138,7 +138,7 @@ | ||
| 138 | SELECT 1 | 138 | SELECT 1 |
| 139 | FROM customer_develop_plan cdp | 139 | FROM customer_develop_plan cdp |
| 140 | WHERE cdp.customer_id = c.id | 140 | WHERE cdp.customer_id = c.id |
| 141 | - AND cdp.status != 'CANCEL' | 141 | + AND cdp.status != '4' |
| 142 | ) | 142 | ) |
| 143 | </when> | 143 | </when> |
| 144 | <otherwise> | 144 | <otherwise> |