Commit 454be1df by 王力

Merge branch 'dev_layer0727' into 'develop'

修改

See merge request !291
2 parents d1d684ee b19d56ed
......@@ -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!