mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
update 会员充值余额时,将充值金额添加到正在充电的订单中(仅限卡启动、VIN启动)
This commit is contained in:
@@ -12,6 +12,8 @@ import java.math.BigDecimal;
|
||||
*/
|
||||
@Data
|
||||
public class OrderVO {
|
||||
private String id;
|
||||
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
|
||||
@@ -765,6 +765,7 @@
|
||||
|
||||
<select id="getListByMemberIdAndOrderStatus" resultType="com.jsowell.pile.vo.uniapp.OrderVO">
|
||||
SELECT
|
||||
t1.id,
|
||||
t1.order_code as orderCode,
|
||||
t1.order_status as orderStatus,
|
||||
t1.reason,
|
||||
|
||||
Reference in New Issue
Block a user