pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerMapper.xml
@@ -215,9 +215,11 @@ </if> </where> ORDER BY con.operateDt DESC <if test="pageCurr != null and pageSize != null"> LIMIT ${pageCurr}, ${pageSize} <trim prefix="limit " > <if test="start != null and count != null"> #{start,javaType=Integer,jdbcType=INTEGER}, #{count,javaType=Integer,jdbcType=INTEGER} </if> </trim> </select> <!--根据控制器地址获取控制器列表-->