bug修改
This commit is contained in:
parent
c6bfeddb02
commit
2083e3fee3
@ -125,10 +125,14 @@ public class FrontierProtectionNoNetData implements Serializable {
|
||||
@ApiModelProperty(value = "操作时间")
|
||||
private java.util.Date operateTime;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "设备名称")
|
||||
private java.lang.String devName;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "设备位置")
|
||||
private java.lang.String location;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "设备名称")
|
||||
private java.lang.String devName;
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "设备位置")
|
||||
private java.lang.String location;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "操作人")
|
||||
private java.lang.String operateName;
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<mapper namespace="com.zhgd.xmgl.modules.frontierprotectionnonet.mapper.FrontierProtectionNoNetDataMapper">
|
||||
<select id="queryList"
|
||||
resultType="com.zhgd.xmgl.modules.frontierprotectionnonet.entity.FrontierProtectionNoNetData">
|
||||
select fpnnd.*,fpd.location,fpd.dev_name from frontier_protection_no_net_data fpnnd
|
||||
select fpnnd.*,fpd.location,fpd.dev_name,su.real_name operateName from frontier_protection_no_net_data fpnnd
|
||||
join frontier_protection_dev fpd on fpd.dev_sn=fpnnd.dev_sn
|
||||
left join system_user su on su.user_id=fpnnd.operate_id
|
||||
${ew.customSqlSegment}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user