#
luxiaotao1123
2021-03-03 51774c7dc235edd143d29c402c3c8547ee8798cf
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>