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

Commit f94c6bba authored by 胡佳晨's avatar 胡佳晨

脚本修改

parent d1d3aba6
......@@ -497,7 +497,7 @@ public class DataImpl {
ResultSet refundData = pstmt.executeQuery();
while (refundData.next()) {
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