#
yxFwq
2024-07-18 bf7f18b252078aa07b7df4a2b51a36e320663730
src/main/resources/mapper/WrkMastExecuteMapper.xml
@@ -101,6 +101,9 @@
        <if test="wrkSts != null">
            and wrk_sts = #{wrkSts}
        </if>
        <if test="jarRegin != null">
            and jar_regin = #{jarRegin}
        </if>
    </select>
    <select id="selectWrkMastExecuteByWrk" resultMap="BaseResultMap">