tmp
This commit is contained in:
@@ -11,7 +11,7 @@ class HandlerEscortRecord {
|
||||
|
||||
// status解析成数组
|
||||
const statusArray = null;
|
||||
if (!status || status.length > 0) {
|
||||
if (status && status.length > 0) {
|
||||
statusArray = status.split(',')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user