记得上下班打卡 | git大法好,push需谨慎

Commit 88cf7656 authored by anjiabin's avatar anjiabin
parents dbf2b1c1 a038a7f9
...@@ -469,7 +469,8 @@ public class DataImpl { ...@@ -469,7 +469,8 @@ public class DataImpl {
while (allCount.next()) { while (allCount.next()) {
allCountResult = allCount.getInt("allCount"); allCountResult = allCount.getInt("allCount");
} }
allCount.close();
pstmt.close();
do { do {
ArrayList<KylinOrderTickets> orderList = new ArrayList(); ArrayList<KylinOrderTickets> orderList = new ArrayList();
ArrayList<KylinOrderTicketStatus> orderStatusList = new ArrayList(); ArrayList<KylinOrderTicketStatus> orderStatusList = new ArrayList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment