|
@@ -248,6 +248,9 @@ public class InquiryInfoController {
|
|
|
@PostMapping("/getDataService")
|
|
|
@SysLogger("getDataService")
|
|
|
public RespDTO<String> getDataService(@RequestBody PushJoinVO pushJoinVO) {
|
|
|
+ if(pushJoinVO.getDiag() == null){
|
|
|
+ pushJoinVO.setDiag("");
|
|
|
+ }
|
|
|
GetDiseaseNameVO getDiseaseNameVO = new GetDiseaseNameVO();
|
|
|
LisPacsInfoForDJVO lisPacsInfoForDJVO = new LisPacsInfoForDJVO();
|
|
|
List<LisConfigDTO> lisConfigDTO;
|