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

Commit 5600c481 authored by 张国柄's avatar 张国柄

Merge remote-tracking branch 'origin/dev' into dev

parents fe3b1722 53b09a8e
...@@ -497,7 +497,7 @@ public class DataImpl { ...@@ -497,7 +497,7 @@ public class DataImpl {
ResultSet refundData = pstmt.executeQuery(); ResultSet refundData = pstmt.executeQuery();
while (refundData.next()) { while (refundData.next()) {
refundNumber+=refundData.getInt("refund_number"); refundNumber+=refundData.getInt("refund_number");
refundPrice.add(refundData.getBigDecimal("refund_price")); refundPrice=refundPrice.add(refundData.getBigDecimal("refund_price"));
} }
//演出 //演出
......
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