|
@@ -177,7 +177,7 @@ public class BusJcbFdfxjyq extends BusJcab{
|
|
|
return "检测";
|
|
return "检测";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public String getCzwt(){
|
|
|
|
|
|
|
+ public String getCzwtAll(){
|
|
|
StringBuffer sb = new StringBuffer();
|
|
StringBuffer sb = new StringBuffer();
|
|
|
if(!StringUtils.isEmpty(jybjFdjyqzjyztDesc)){ sb.append(jybjFdjyqzjyztDesc).append(";"); }
|
|
if(!StringUtils.isEmpty(jybjFdjyqzjyztDesc)){ sb.append(jybjFdjyqzjyztDesc).append(";"); }
|
|
|
if(!StringUtils.isEmpty(jybjClsjyzztDesc)){ sb.append(jybjClsjyzztDesc).append(";"); }
|
|
if(!StringUtils.isEmpty(jybjClsjyzztDesc)){ sb.append(jybjClsjyzztDesc).append(";"); }
|
|
@@ -188,6 +188,7 @@ public class BusJcbFdfxjyq extends BusJcab{
|
|
|
if(!StringUtils.isEmpty(lbjztXhjDesc)){ sb.append(lbjztXhjDesc).append(";"); }
|
|
if(!StringUtils.isEmpty(lbjztXhjDesc)){ sb.append(lbjztXhjDesc).append(";"); }
|
|
|
if(!StringUtils.isEmpty(sdgjcztSddgDesc)){ sb.append(sdgjcztSddgDesc).append(";"); }
|
|
if(!StringUtils.isEmpty(sdgjcztSddgDesc)){ sb.append(sdgjcztSddgDesc).append(";"); }
|
|
|
if(!StringUtils.isEmpty(sbztDesc)){ sb.append(sbztDesc).append(";"); }
|
|
if(!StringUtils.isEmpty(sbztDesc)){ sb.append(sbztDesc).append(";"); }
|
|
|
|
|
+ if(!StringUtils.isEmpty(getCzwt())){ sb.append(getCzwt()).append(";"); }
|
|
|
return sb.toString();
|
|
return sb.toString();
|
|
|
}
|
|
}
|
|
|
|
|
|