Explorar el Código

修改面积显示

LAPTOP-BJJ3IV5R\SIWEI hace 8 meses
padre
commit
476c2cb08f

+ 1 - 1
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/service/impl/table/TableDataSelectServiceImpl.java

@@ -805,7 +805,7 @@ public class TableDataSelectServiceImpl implements TableDataSelectService {
                 // 面积
                 TableDataVo tableDataVo = new TableDataVo();
                 tableDataVo.setData(new BigDecimal(String.valueOf(siweiarea)).setScale(2, RoundingMode.HALF_UP).doubleValue());
-                tableDataVo.setFiledZH("空间面积(平方米)");
+                tableDataVo.setFiledZH("面积(平方米)");
                 tableDataVo.setFiled("siweiarea");
                 v_dataList.add(tableDataVo);
             }