inspection-server/src/main/resources/mapper/PlanMapper.xml
@@ -58,6 +58,9 @@ </if> <if test="beginTime != null and endTime != null"> and i.start_time between #{beginTime} and #{endTime} </if> <if test="isLookMe != false and id != null"> and ip.user_id=#{id} </if> </where> </select>