This commit is contained in:
linfso 2024-04-17 17:56:34 +08:00
parent 9878ef1877
commit 68f322841e

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