liding
2026-04-23 1b3d13f691957d4fffdfb3671dc09f66b6e3dfd0
src/main/java/com/ruoyi/waterrecord/controller/WaterRecordController.java
@@ -11,6 +11,7 @@
import com.ruoyi.waterrecord.service.WaterRecordService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.AllArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.util.CollectionUtils;
@@ -27,9 +28,9 @@
@RestController
@Api(tags = "用水管理")
@RequestMapping("/waterRecord")
@AllArgsConstructor
public class WaterRecordController extends BaseController {
    @Autowired
    private WaterRecordService waterRecordService;
    @GetMapping("/listPage")