|
|
@@ -11,7 +11,7 @@ import org.apache.ibatis.annotations.Param;
|
|
|
*/
|
|
|
@Mapper
|
|
|
public interface StoreNodeMapper extends BaseMapper<StoreNode> {
|
|
|
- StoreNode findByNodeAddrAndHttpPort(@Param("httpPort") String nodeAddr, @Param("httpPort") int httpPort);
|
|
|
+ StoreNode findByNodeAddrAndHttpPort(@Param("nodeAddr") String nodeAddr, @Param("httpPort") int httpPort);
|
|
|
StoreNode findById(int id);
|
|
|
StoreNode findFirstStore();
|
|
|
}
|