pipIrr-platform/pipIrr-web/pipIrr-web-project/src/main/java/com/dy/pipIrrProject/intake/IntakeSv.java
@@ -177,7 +177,7 @@ * @param id 取水口ID * @return 取水口实体 */ public PrIntake selectById(Long id) { public VoAllIntake selectById(Long id) { return this.prIntakeMapper.selectByPrimaryKey(id); }