自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-05-15 411aaaac54137fc09332b4f3f1413df370d6374d
src/main/resources/mapper/OrderMapper.xml
@@ -46,7 +46,9 @@
        update man_order
        set settle = #{settle}
        ,update_time = getdate()
        ,update_by = #{userId}
        <if test="userId != null">
            ,update_by = #{userId}
        </if>
        where 1=1
        and id = #{orderId}
    </update>