返回数据 尝试
This commit is contained in:
@@ -347,14 +347,14 @@ public class OrderInfo implements Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public JSONArray getPrintStatus() {
|
// public JSONArray getPrintStatus() {
|
||||||
if (StrUtil.isBlank(printStatus)) {
|
// if (StrUtil.isBlank(printStatus)) {
|
||||||
return new JSONArray();
|
// return new JSONArray();
|
||||||
}
|
// }
|
||||||
try {
|
// try {
|
||||||
return JSONArray.parseArray(printStatus.trim());
|
// return JSONArray.parseArray(printStatus.trim());
|
||||||
} catch (Exception e) {
|
// } catch (Exception e) {
|
||||||
return new JSONArray();
|
// return new JSONArray();
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user