#
luxiaotao1123
2021-03-12 f8acdd1cfa13b4bf10109e8f04fc95547a34f430
src/main/resources/mapper/PakoutMapper.xml
@@ -33,4 +33,18 @@
    </resultMap>
    <update id="updateWrkSts">
        update man_pakout
        set wrk_sts = #{wrkSts}
        , update_by = #{userId}
        , update_time = getdate()
        where 1=1
        <if test="wrkNo != null and wrkNo != ''">
            and wrk_no = #{wrkNo}
        </if>
        <if test="docNum != null and docNum != ''">
            and doc_num = #{docNum}
        </if>
    </update>
</mapper>