Commit b19d56ed by wangli

修改

1 parent c2c9a063
......@@ -9,6 +9,6 @@ import org.apache.ibatis.annotations.Select;
@Mapper
public interface MapLayerMPDao extends BaseMapper<MapLayer> {
@Select("select * from MapLayer where layer_id=#{layerId}")
@Select("select * from map_layer where layer_id=#{layerId}")
MapLayer getByLayerId(String layerId);
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!