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 || ',' LIKE '%,${cabinId},%'; </if> <if test="isealCabin!=10000 and 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}