|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.supervision.vo.manage;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.util.StrUtil;
|
|
|
|
|
import cn.hutool.crypto.digest.MD5;
|
|
|
|
|
import com.supervision.model.DiseasePhysical;
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
@ -74,9 +75,13 @@ public class DiseasePhysicalResVo extends DiseasePhysical {
|
|
|
|
|
if (null == locationIdPath){
|
|
|
|
|
locationIdPath = new ArrayList<>();
|
|
|
|
|
}
|
|
|
|
|
if (StrUtil.isNotEmpty(getToolParentId())){
|
|
|
|
|
locationIdPath.add(getToolParentId());
|
|
|
|
|
}
|
|
|
|
|
if (StrUtil.isNotEmpty(getLocationId())){
|
|
|
|
|
locationIdPath.add(getLocationId());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void populateOther(){
|
|
|
|
|
this.aggregationDiagnosticCriteria();
|
|
|
|
|