【数据资产】
校验是否必填
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment