| | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | import com.nq.vo.position.UserPositionVO; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | public interface UserPositionMapper extends BaseMapper<UserPosition> { |
| | |
| | | |
| | | UserPosition findPositionBySn(String paramString); |
| | | |
| | | List findMyPositionByCodeAndSpell(@Param("uid") Integer paramInteger1, @Param("stockCode") String paramString1, |
| | | List<UserPosition> findMyPositionByCodeAndSpell(@Param("uid") Integer paramInteger1, @Param("stockCode") String paramString1, |
| | | @Param("stockSpell") String paramString2, @Param("state") Integer paramInteger2, |
| | | @Param("stockType") String stockType |
| | | |
| | | ); |
| | | |
| | | List<UserPositionVO> findMyPositionByParam(@Param("uid") Integer paramInteger1, @Param("stockCode") String paramString1, |
| | | @Param("stockSpell") String paramString2, @Param("state") Integer paramInteger2, |
| | | @Param("stockType") String stockType, @Param("positionType") Integer positionType |
| | | |
| | | ); |
| | | |
| | | List findPositionByUserIdAndSellIdIsNull(Integer paramInteger); |
| | | |
| | | List findPositionByUserIdAndSellId(@Param("userId") Integer paramInteger,@Param("stockType") String stockType); |