自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-03-30 0474a145d356ad5f539b05ddc74129b73fe60b41
src/main/resources/mapper/OrderMapper.xml
@@ -42,4 +42,15 @@
    </resultMap>
    <update id="updateSettle">
        update man_order
        set settle = #{settle}
        ,update_time = getdate()
        <if test="userId != null">
            ,update_by = #{userId}
        </if>
        where 1=1
        and id = #{orderId}
    </update>
</mapper>