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());