src/main/resources/mapper/progressTrack/DjJdgzTrackRecordDao.xml
@@ -35,6 +35,7 @@ c.teamgroup_name, c.dept_id, c.cabin_id, c.iseal_cabin, c.type, c.`NAME` as level3NetworkName, a.PROCESS_NAME AS level3NodeName, @@ -88,6 +89,9 @@ <if test="deptId!=null"> and c.dept_id = ${deptId} </if> <if test="isealCabin!=null"> and c.iseal_cabin = ${isealCabin} </if> <if test="teamId!=null"> and c.TEAMGROUP_ID = ${teamId} </if>