update
This commit is contained in:
parent
10740191a1
commit
33b65e3b8d
@ -24,7 +24,7 @@ public interface MapNodeDao {
|
||||
@Select("SELECT * FROM jrmbdb.zs_node_info where chapter_name=#{chapterName} and level_name=#{lievelName};")
|
||||
List<MapNode> selectMapByNode(@Param("chapterName")String chapterName,@Param("lievelName")String levelName);
|
||||
|
||||
@Select("SELECT * FROM jrmbdb.game_info_log where `type`='DealNode' and message like '%warReport%' and ext like '%pve%' and ext like #{nid} order by id desc limit #{limit},#{count};")
|
||||
@Select("SELECT * FROM jrmbdb.game_info_log where `type`='DealNode' and ext like '%pve%' and message like '%warReport%' and ext like #{nid} order by id desc limit #{limit},#{count};")
|
||||
List<GameInfoLog> selectNodeByMid(@Param("nid")String nodeId, @Param("limit")int limit, @Param("count")int count);
|
||||
|
||||
@Select("SELECT * FROM jrmbdb.zs_ship_type;")
|
||||
|
Reference in New Issue
Block a user