src/main/java/com/fgkj/mapper/impl/MapMapper.java
@@ -9,7 +9,7 @@ public interface MapMapper{ //0.8根据uid查map信息 @Select("select num,usr_id,map_role,map,note from web_site.tb_map where usr_id=#{UId} order by num") @Select("select num,usr_id,map_role,map,note from web_site.tb_map where usr_id=#{uId} order by num") public List<TBMap> serchByCondition(User_inf obj); }