This commit is contained in:
linfso 2024-03-20 20:18:39 +08:00
parent c0790cf713
commit 3a367cbe89
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
<if test="updateBy != null and updateBy != ''"> and update_by like concat('%', #{updateBy}, '%')</if>
<if test="updateTime != null "> and update_time = #{updateTime}</if>
</where>
order by orderNum desc
order by order_num desc
</select>
<select id="selectEmisContinentById" parameterType="Integer" resultMap="EmisContinentResult">

View File

@ -49,7 +49,7 @@
<if test="updateBy != null and updateBy != ''"> and update_by like concat('%', #{updateBy}, '%')</if>
<if test="updateTime != null "> and update_time = #{updateTime}</if>
</where>
order by orderNum desc
order by order_num desc
</select>
<select id="selectEmisCountryById" parameterType="Integer" resultMap="EmisCountryResult">