feat: 法规注释200,sql

This commit is contained in:
yjz
2024-08-22 21:38:58 +08:00
parent 37d6f41502
commit 63ba36d5e0
2 changed files with 15 additions and 1 deletions
@@ -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)){