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}