0544d171 by xiaojie

【数据资产】

校验是否必填
1 parent 03ab704c
...@@ -76,7 +76,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -76,7 +76,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
76 76
77 private static final String SysFuncCode = "QYRZ"; 77 private static final String SysFuncCode = "QYRZ";
78 78
79 @Value("${enterpriseAttachment.isRequired:true}") 79 @Value("${enterpriseAttachment.isRequired:false}")
80 private Boolean isRequired; 80 private Boolean isRequired;
81 81
82 @Autowired 82 @Autowired
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!