1
zj
2024-11-29 83bb5ee09d69c58d9662df0cec315b5f7c9ce049
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());