#
luxiaotao1123
2021-03-10 f11c4c55e10d36466cbfd487198d9e47023b4f0c
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>