Commit 8c5ad623 authored by 刘林's avatar 刘林

fix:(大屏):导出电梯去掉气瓶分类字段内容

parent 261ea4a7
......@@ -1005,7 +1005,7 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
}
dto.put("INFORMATION_SITUATION", informationSituation);
}
if (!ValidationUtil.isEmpty(dto.getString("CYLINDER_CATEGORY"))) {
if (!ValidationUtil.isEmpty(dto.getString("CYLINDER_CATEGORY")) && dto.getString("EQU_CATEGORY_CODE").equals("2300")) {
String cylinderCategory = dto.getString("CYLINDER_CATEGORY");
boolean integer = isInteger(cylinderCategory);
if (integer) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment