فهرست منبع

【BUG】错误字段

ZhaoMn 4 سال پیش
والد
کامیت
47d9982fe4

+ 2 - 2
railway-business/src/main/java/com/railway/business/catenary/domain/BusJcbBlq.java

@@ -103,8 +103,8 @@ public class BusJcbBlq extends BaseEntity{
     @Length(max = 255, message = "【避雷器引线无烧伤、断股(故障描述)】长度必须介于 {min} 和 {max} 之间")
     private String blqyxBlqyxwssdgDesc;
 
-    @ApiModelProperty(value = "高压侧引线对接地体的动态最小距离\r\n")
-    @Length(min = 1, max = 20, message = "【高压侧引线对接地体的动态最小距离\r\n】长度必须介于 {min} 和 {max} 之间")
+    @ApiModelProperty(value = "高压侧引线对接地体的动态最小距离")
+    @Length(min = 1, max = 20, message = "【高压侧引线对接地体的动态最小距离】长度必须介于 {min} 和 {max} 之间")
     private String blqyxGycyxdjdtdtzxjl;
 
     @ApiModelProperty(value = "状态良好,无破损、裂纹")

+ 0 - 3
railway-business/src/main/resources/mapper/catenary/BusJcbBlqMapper.xml

@@ -492,9 +492,6 @@
     <if test="pillarCode!=null and pillarCode!=''">
       and t.pillar_code=#{pillarCode}
     </if>
-    <if test="fdh!=null and fdh!=''">
-      and t.fdh=#{fdh}
-    </if>
     <if test="blqId!=null and blqId!=''">
       and t.blq_id=#{blqId}
     </if>