zss
2024-08-06 c3ee76c79cc5c5db479b548e1b4eca67327e7396
framework/src/main/java/com/yuanchu/mom/common/PrintChina.java
@@ -35,9 +35,11 @@
                }
                soundVo.put("label", field.getName());
                soundVo.put("value", value);
                soundVo.put("width", width);
                if(width>0){
                    soundVo.put("width", width);
                }
                soundVo.put("order", order + "");
                if(list.size() == 0){
                if(list.isEmpty()){
                    list.add(soundVo);
                }else{
                    boolean isAdd = false;