feat: 法规注释200,sql
This commit is contained in:
+1
-1
@@ -1427,7 +1427,7 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
||||
textLenghtCheck(changeDescription, TEXT_LENGTH, errorList, "相对上一版变化点说明");
|
||||
|
||||
String regulatoryNotes = data.getRegulatoryNotes();
|
||||
textLenghtCheck(regulatoryNotes, TEXT_LENGTH, errorList, "法规注释");
|
||||
textLenghtCheck(regulatoryNotes, TEXT_LENGTH_2, errorList, "法规注释");
|
||||
|
||||
String domainArea = data.getDomainArea();
|
||||
if (StringUtils.isNotBlank(domainArea)){
|
||||
|
||||
Reference in New Issue
Block a user