接口类A:
public List
Mapper.xml
注意不需要声明parameterType
select * from cloud_sentence_kind where sn_id > #{rowSnId} order by sn_id limit #{row};

接口类A:
public List
Mapper.xml
注意不需要声明parameterType
select * from cloud_sentence_kind where sn_id > #{rowSnId} order by sn_id limit #{row};