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

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

修改 同步大麦

parent 13085054
......@@ -139,7 +139,7 @@
</div>
<div>
<span>票种说明:</span>
<span th:text="${dict2.title}"></span>
<span th:text="${dict2.describes}"></span>
</div>
<div th:if="${dict2.isElectronic==1}">
<span>电子票说明:</span>
......
......@@ -523,7 +523,7 @@ public class DataImpl {
}
//退款
String refundSql = "select refund_table_id,sum(refund_number) as 'refund_number',sum(refund_price) as 'refund_price' from order_refunds where refund_table = 'order_ticket_entities' and order_id = " + orderData.getInt("id") + " group by refund_table_id"; //设置的预编译语句格式
String refundSql = "select refund_table_id,sum(refund_number) as 'refund_number',sum(refund_price) as 'refund_price' from order_refunds where refund_table = 'order_ticket_entities' and order_id = " + orderData.getInt("id") + " and refund_status = 4 group by refund_table_id"; //设置的预编译语句格式
pstmt = con.prepareStatement(refundSql);
int refundNumber = 0;
BigDecimal refundPrice = new BigDecimal("0.00");
......
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