新版仿ok交易所-后端
1
zj
2026-02-04 e454312ede7a1bc0de2fa31f26a1764c16647f35
trading-order-bean/src/main/java/com/yami/trading/bean/contract/domain/ContractOrder.java
@@ -136,7 +136,7 @@
    /**
     * 仓位类型:0:逐仓 1:全仓
     */
    private Integer locationType = 0;
    private Integer locationType = 1;
    public BigDecimal getAmountClose() {
        if(amountClose == null){