法规清单--法规工程师回显
This commit is contained in:
+1
@@ -1649,6 +1649,7 @@ public class PlatformProjectLawsInventoryEOServiceImpl extends ServiceImpl<Platf
|
||||
String regulationOwnerName = sysUsers.stream().filter(e -> regulationOwnerId.equals(e.getId())).
|
||||
map(SysUser::getUsername).collect(Collectors.joining(","));
|
||||
projectLawsInventoryEO.setRegulationOwnerName(regulationOwnerName);
|
||||
projectLawsInventoryEO.setRegulationOwnerIdName(regulationOwnerName);
|
||||
}
|
||||
String engineeringInterfacePerson = projectLawsInventoryEO.getEngineeringInterfacePerson();
|
||||
if (StringUtils.isNotEmpty(engineeringInterfacePerson)) {
|
||||
|
||||
+4
@@ -186,6 +186,10 @@ public class ProjectLawsInventoryEO implements Serializable {
|
||||
@ApiModelProperty(value = "法规工程师名称")
|
||||
private String regulationOwnerName;//法规工程师名称
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "法规工程师名称(前端指定要的)")
|
||||
private String regulationOwnerIdName;//法规工程师名称(前端指定要的)
|
||||
|
||||
/**认证工程师id*/
|
||||
@ApiModelProperty(value = "认证工程师id")
|
||||
private String homologationEngineerId;
|
||||
|
||||
Reference in New Issue
Block a user