法规清单--法规工程师回显

This commit is contained in:
zhn
2023-09-25 16:42:44 +08:00
parent b4061eccc4
commit fe206a0935
2 changed files with 5 additions and 0 deletions
@@ -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)) {
@@ -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;