1
zj
2024-12-28 caf5875754f653c0cc77376b71282cfc9872554c
src/main/java/com/nq/service/impl/UserPositionServiceImpl.java
@@ -1324,7 +1324,7 @@
//        StringBuffer gid = new StringBuffer();
//        gid.append(stockSubscribe.getStockType()!=null?stockSubscribe.getStockType():"");
//        gid.append(userStockSubscribe.getNewCode()!=null?userStockSubscribe.getNewCode():"stock code invaild");
        userPosition.setStockGid(stock.getStockType());
        userPosition.setStockGid("IN");
        userPosition.setBuyOrderId(GeneratePosition.getPositionId());
        userPosition.setBuyOrderTime(new Date());
        userPosition.setBuyOrderPrice(userStockSubscribe.getBuyPrice());