赋值问题
This commit is contained in:
@@ -377,7 +377,7 @@ public class OrderInfo implements Serializable {
|
||||
if (!isPrintSuccess) {
|
||||
newPrintStatusArray.add(printJson);
|
||||
}
|
||||
if (newPrintStatusArray.isEmpty()) {
|
||||
if (!newPrintStatusArray.isEmpty()) {
|
||||
printStatus = newPrintStatusArray.toJSONString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user