1
zj
2024-12-02 a9384606526161453415f8fcb972468f24f3d9b4
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());