#
lsh
2024-06-27 843adafd2eb2934e26a935e2de2b57a9e577d29a
src/main/resources/mapper/WrkMastExecuteMapper.xml
@@ -33,8 +33,8 @@
        <if test="ioType != null">
            and io_type = #{ioType}
        </if>
        <if test="wrkType != null">
            and wrk_type = #{wrkType}
        <if test="wrkSts != null">
            and wrk_sts = #{wrkSts}
        </if>
        <if test="steNo != null">
            and ste_id = #{steNo}
@@ -84,8 +84,8 @@
        <if test="ioType != null">
            and io_type = #{ioType}
        </if>
        <if test="wrkType != null">
            and wrk_type = #{wrkType}
        <if test="wrkSts != null">
            and wrk_sts = #{wrkSts}
        </if>
    </select>