Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -83,7 +83,7 @@ | @@ -83,7 +83,7 @@ | ||
| 83 | SELECT 1 | 83 | SELECT 1 |
| 84 | FROM customer_develop_plan cdp | 84 | FROM customer_develop_plan cdp |
| 85 | WHERE cdp.customer_id = c.id | 85 | WHERE cdp.customer_id = c.id |
| 86 | - AND cdp.status != 'CANCEL' | 86 | + AND cdp.status != '4' |
| 87 | ) | 87 | ) |
| 88 | </when> | 88 | </when> |
| 89 | <otherwise> | 89 | <otherwise> |