update 右侧标准抽屉字典
This commit is contained in:
+2
-1
@@ -513,7 +513,8 @@ public class LawsCommonServiceImpl implements ILawsCommonService {
|
||||
throw new JeroBootException(ResultCommon.EMPTY_COMMON, FieldCommon.YEAR_NUMBER);
|
||||
}
|
||||
// 最后生成的法规编号
|
||||
standardNumber = standardClass + standardNumber + "-" + yearNumber;
|
||||
standardNumber = standardClass + " " + standardNumber + "-" + yearNumber;
|
||||
|
||||
parameterMap.put(FieldCommon.STANDARD_NUMBER, standardNumber);
|
||||
}
|
||||
|
||||
|
||||
+2
@@ -1,6 +1,7 @@
|
||||
package com.jero.modules.laws.common.vo;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.jero.common.aspect.annotation.Dict;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -29,5 +30,6 @@ public class ManyStandardSelectionBox {
|
||||
@ApiModelProperty(value = "发布日期")
|
||||
private java.util.Date releaseDate;
|
||||
@ApiModelProperty(value = "标准状态")
|
||||
@Dict(dicCode = "standard_state")
|
||||
private java.lang.String standardState;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user