md
This commit is contained in:
parent
c0790cf713
commit
3a367cbe89
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user