whycrzg
2021-02-23 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4
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);
}