pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrIntakeMapper.xml
@@ -407,6 +407,7 @@ AND inta.name LIKE CONCAT('%', #{intakeNum}, '%') </if> </where> order by con.id ASC <if test="pageCurr != null and pageSize != null"> LIMIT ${(pageCurr-1)*pageSize}, ${pageSize} </if> @@ -436,4 +437,9 @@ </if> </where> </select> <!--取水口名称换取水口ID,扫码开阀使用--> <select id="getIntakeIdByName" resultType="java.lang.Long"> SELECT id AS intakeId FROM pr_intake WHERE `name` = #{intakeName} </select> </mapper>