trading-order-service/src/main/java/com/yami/trading/service/ipo/impl/UserPromiseRecordServiceImpl.java
@@ -105,6 +105,10 @@ throw new YamiShopBindException("新股锁定中无法卖出"); } } } else { //未设置周期 未解锁不能卖出 if (applyNewSharesOrder.getUnLock() == null || applyNewSharesOrder.getUnLock() == 0) { throw new YamiShopBindException("新股锁定中无法卖出"); } } BigDecimal usdt=new BigDecimal("0");