Showing
1 changed file
with
1 additions
and
1 deletions
@@ -105,7 +105,7 @@ const index = (req, res, next) => { | @@ -105,7 +105,7 @@ const index = (req, res, next) => { | ||
105 | 105 | ||
106 | return params; | 106 | return params; |
107 | }); | 107 | }); |
108 | - } else if (openStatus === 1 || openStatus === 3) { | 108 | + } else if (openStatus === '1' || openStatus === '3') { |
109 | res.redirect('/home/installment/review?status=' + openStatus); | 109 | res.redirect('/home/installment/review?status=' + openStatus); |
110 | } | 110 | } |
111 | }).then((result) => { | 111 | }).then((result) => { |
-
Please register or login to post a comment