<select id="getAjList" parameterType="java.util.Map" resultMap="BaseResultMap">
</select>


dao:
public List<SpAjjbxx> getAjList(Map<Object,String> map);

service:
Map<Object, String> map = new HashMap<Object, String>(); 
map.put("1", 1);
map.put("start", start.toString());
map.put("pageSize", pageSize.toString());
List<SpAjjbxx> list = spAjjbxxDao.getAjList(map);


 
                    
            
                

相关文章:

  • 2022-02-03
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2021-10-04
相关资源
相似解决方案