sql兼容达梦调整
This commit is contained in:
@@ -122,8 +122,8 @@ public class LineDetailDataVO {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
@ApiModelProperty(name = "新能源场站信息ID")
|
||||
private String obyId;
|
||||
@ApiModelProperty(name = "监测对象信息ID")
|
||||
private String objId;
|
||||
|
||||
@ApiModelProperty(name = "对象类型大类")
|
||||
private String bigObjType;
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
device.com_flag comFlag,
|
||||
1 as lineType,
|
||||
0 as type,
|
||||
lineDetail.obj_id,
|
||||
lineDetail.monitor_flag as isUpToGrid,
|
||||
point.name pointName
|
||||
</if>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
line.NAME srbName,
|
||||
sub.Lng coordY,
|
||||
sub.Lat coordX,
|
||||
"blue" color,
|
||||
'blue' color,
|
||||
dic.name scale
|
||||
FROM
|
||||
pq_line line,
|
||||
|
||||
Reference in New Issue
Block a user