数据流动年份
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
|
||||
<sql id="columns">
|
||||
<![CDATA[
|
||||
id,city,x_axis,y_axis,x_axis_py,y_axis_py,city_en,country
|
||||
id,year,city,x_axis,y_axis,x_axis_py,y_axis_py,city_en,country
|
||||
]]>
|
||||
</sql>
|
||||
|
||||
@ -64,6 +64,9 @@
|
||||
<if test="country!= null and country !=''">
|
||||
AND country = #{country}
|
||||
</if>
|
||||
<if test="year!= null and year !=''">
|
||||
AND year = #{year}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<resultMap id="RM_Inform" type="com.ruoyi.system.domain_yada.CityInformation">
|
||||
|
Reference in New Issue
Block a user