This commit is contained in:
linfso 2024-04-17 17:52:19 +08:00
parent 31556421fd
commit 9878ef1877

View File

@ -137,7 +137,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 create_time desc
order by order_num desc
</select>
<select id="selectEmisGoodsById" parameterType="Long" resultMap="EmisGoodsResult">