diff --git a/src/stores/OrderStore.js b/src/stores/OrderStore.js index 7f7e01a..dc6a4ac 100644 --- a/src/stores/OrderStore.js +++ b/src/stores/OrderStore.js @@ -298,7 +298,7 @@ const transferRemind2Checklist = (remindstate) => { if (remindstate.FirstRemind) { remindValueList.push('FirstRemind') } - if (remindstate.SendFirstRemind) { + if (remindstate.SecondRemind) { remindValueList.push('SecondRemind') } if (remindstate.ThirdRemind) {