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