Commit 9f4bb3cb authored by chenzhao's avatar chenzhao

修改代码

parent 59d4776b
......@@ -98,8 +98,9 @@ public class OrgUsrFormDto implements Serializable {
dynamicFormAlert.forEach(formValue->{
if("select".equals(formValue.getType())){
this.map.put(formValue.getKey(), formValue.getValueName());
}else{
}else if("是否重点单位".equals(formValue.getLabel())){ //对此字段做特殊处理 方便前端展示
this.map.put(formValue.getKey(), formValue.getValueName());
}else{
this.map.put(formValue.getKey(), formValue.getValue());
}
......
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