Êþº¾ 4 % # $ findStock $(Ljava/lang/String;)Ljava/util/List; MethodParameters paramString Signature <(Ljava/lang/String;)Ljava/util/List<Lcom/nq/pojo/RealTime;>; RuntimeVisibleAnnotations &Lorg/apache/ibatis/annotations/Select; value 3select * from realtime where stockCode=#{stockCode} deleteStockCode ()I &Lorg/apache/ibatis/annotations/Delete; 6DELETE FROM realtime WHERE locate('hf_',`stockCode`)=0 deleteStockFuturesCode 6DELETE FROM realtime WHERE locate('hf_',`stockCode`)=1 insertRealTime (Ljava/util/List;)I paramList +(Ljava/util/List<Lcom/nq/pojo/RealTime;>;)I &Lorg/apache/ibatis/annotations/Insert; <script> Vinsert into realtime (time,volumes,price,rates,averagePrice,amounts,stockCode) values M<foreach collection='areaLists' item='realTime' index='index' separator=','> (#{realTime.time},#{realTime.volumes},#{realTime.price},#{realTime.rates},#{realTime.averagePrice},#{realTime.amounts},#{realTime.stockCode})
|