|
@@ -1669,9 +1669,6 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
*/
|
|
*/
|
|
public AnalyzeRunDTO analyzeRun(AnalyzeRunVO analyzeRunVO) {
|
|
public AnalyzeRunDTO analyzeRun(AnalyzeRunVO analyzeRunVO) {
|
|
List<MsgDTO> msgDTOList = this.getMsgByBehospitalCode(analyzeRunVO);
|
|
List<MsgDTO> msgDTOList = this.getMsgByBehospitalCode(analyzeRunVO);
|
|
- if(ListUtil.isEmpty(msgDTOList)){
|
|
|
|
- return null;
|
|
|
|
- }
|
|
|
|
//返回参数组装
|
|
//返回参数组装
|
|
AnalyzeRunDTO analyzeRunDTO = new AnalyzeRunDTO();
|
|
AnalyzeRunDTO analyzeRunDTO = new AnalyzeRunDTO();
|
|
//缺陷总扣分
|
|
//缺陷总扣分
|