fix: 优化过鱼设施接口

This commit is contained in:
tangwei 2026-06-11 14:41:33 +08:00
parent 3fdf0da423
commit c56938e881
2 changed files with 7 additions and 5 deletions

View File

@ -76,9 +76,9 @@ public class FpTableVo {
@Schema(description = "监测方式1=人工 2=自动(预留)")
private Integer mway;
// @Schema(description = "视频")
// private String vdpth;
//
// @Schema(description = "图片")
// private String picpth;
@Schema(description = "视频")
private String vdpth;
@Schema(description = "图片")
private String picpth;
}

View File

@ -347,6 +347,8 @@ public class FpRunServiceImpl implements FpRunService {
"manualData.VIDEOURL AS videourl, " +
"manualData.FWET AS fwet, " +
"manualData.FID AS fid, " +
"manualData.PICPTH AS picpth, " +
"manualData.VDPTH AS vdpth, " +
"manualData.DATASRC AS dataSrc, " +
"manualData.MWAY AS mway, " +
"manualData.STRDT AS strdt, " +