src/main/resources/mapper/HistoryMinutelyMapper.xml @@ -53,6 +53,9 @@ <if test="monitorPointId != null"> AND mp.id = #{monitorPointId} </if> <if test="professionId != null"> AND d.profession_id = #{professionId} </if> ) </if>