From da1f5f7343539fca6148dd0c4f797f5cf01694a4 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Thu, 15 Oct 2020 14:46:32 +0800 Subject: [PATCH] 根据大屏客户端版本获取版本更新内容 --- src/main/resources/mapper/ShAreaMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/ShAreaMapper.xml b/src/main/resources/mapper/ShAreaMapper.xml index 90bbc12..cc4fa9b 100644 --- a/src/main/resources/mapper/ShAreaMapper.xml +++ b/src/main/resources/mapper/ShAreaMapper.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > <mapper namespace="com.moral.mapper.ShAreaMapper" > - <select id="getgeography" resultType="java.util.Map"> + <select id="getGeography" resultType="java.util.Map"> select lng,lat,altitude,vegetation,river from sh_area where name=#{name} </select> -- Gitblit v1.8.0