15178832520
2020-06-15 a7556c6e3acbc7f8a2e14499330c7088f53bb141
java110-db/src/main/resources/mapper/common/FileRelServiceDaoImplMapper.xml
@@ -91,6 +91,13 @@
        <if test="relTypeCd !=null and relTypeCd != ''">
            and t.rel_type_cd= #{relTypeCd}
        </if>
        <if test="relTypeCds !=null">
            and t.rel_type_cd in
            <foreach collection="relTypeCds" open="(" close=")"
                     separator="," item="item">
                #{item}
            </foreach>
        </if>
        <if test="saveWay !=null and saveWay != ''">
            and t.save_way= #{saveWay}
        </if>
@@ -158,6 +165,13 @@
        <if test="relTypeCd !=null and relTypeCd != ''">
            and t.rel_type_cd= #{relTypeCd}
        </if>
        <if test="relTypeCds !=null">
            and t.rel_type_cd in
            <foreach collection="relTypeCds" open="(" close=")"
                     separator="," item="item">
                #{item}
            </foreach>
        </if>
        <if test="saveWay !=null and saveWay != ''">
            and t.save_way= #{saveWay}
        </if>