fix: 88353 法规符合性评估库--点击手动新增的数据的标准号标准名称,提示语建议调整
This commit is contained in:
+1
-1
@@ -1304,7 +1304,7 @@ public class LawsCommonServiceImpl implements ILawsCommonService {
|
|||||||
@Override
|
@Override
|
||||||
public Map<String, Object> getByIdAndModule(String id, String module, String type, String standardNumber) {
|
public Map<String, Object> getByIdAndModule(String id, String module, String type, String standardNumber) {
|
||||||
if (StringUtils.isBlank(id) && StringUtils.isBlank(standardNumber)) {
|
if (StringUtils.isBlank(id) && StringUtils.isBlank(standardNumber)) {
|
||||||
throw new JeroBootException(ResultCommon.EMPTY_COMMON, "id和标准号不能同时为空");
|
throw new JeroBootException(ResultCommon.NOT_EXIST_STANDARD);
|
||||||
}
|
}
|
||||||
ManyStandardSelectionBox singleStandard;
|
ManyStandardSelectionBox singleStandard;
|
||||||
if (StrUtil.isNotBlank(id)) {
|
if (StrUtil.isNotBlank(id)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user