jinlin
2025-04-01 a80b4a7eb099390bb53c967126fa97b30568e1a3
src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel3Dao.xml
@@ -47,7 +47,7 @@
            and a.TEAMGROUP_ID = ${teamId}
        </if>
        <if test="cabinId!=null">
            and a.cabin_id LIKE '%${cabinId}%'
            and a.cabin_id = ${cabinId}
        </if>
        <if test="type!=null and type!=''">
            and a.type = #{type}
@@ -116,7 +116,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}