fix: 优化过鱼设施接口
This commit is contained in:
parent
3fdf0da423
commit
c56938e881
@ -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;
|
||||
}
|
||||
|
||||
@ -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, " +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user