jinlin
2025-04-05 92705ac08a97ddc4904795f024723aab69e1abd8
src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml
@@ -47,7 +47,10 @@
            and a.TEAMGROUP_ID = ${teamId}
        </if>
        <if test="cabinId!=null">
            and a.cabin_id LIKE '%${cabinId}%'
            and a.cabin_id = ${cabinId}
        </if>
        <if test="isealCabin!=null">
            and a.iseal_cabin = ${isealCabin}
        </if>
        <if test="type!=null and type!=''">
            and a.type = #{type}
@@ -116,7 +119,7 @@
            and b.TEAMGROUP_ID = ${teamId}
        </if>
        <if test="cabinId!=null">
            and b.cabin_id LIKE '%${cabinId}%'
            and b.cabin_id = ${cabinId}
        </if>
        <if test="type!=null and type!=''">
            and b.type = #{type}