mirror of
https://github.com/JeffLi1993/springboot-learning-example.git
synced 2026-03-13 21:43:45 +08:00
replace parameterMap with parameterType
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
<result column="description" property="description" />
|
||||
</resultMap>
|
||||
|
||||
<parameterMap id="City" type="org.spring.springboot.domain.City"/>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
id, province_id, city_name, description
|
||||
</sql>
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
<result column="description" property="description" />
|
||||
</resultMap>
|
||||
|
||||
<parameterMap id="User" type="org.spring.springboot.domain.User"/>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
id, user_name, description
|
||||
</sql>
|
||||
|
||||
Reference in New Issue
Block a user