update:医保对账

This commit is contained in:
Yuan
2025-10-27 08:49:28 +08:00
parent 94e8850a40
commit 3e9a25dd38
32 changed files with 2134 additions and 38 deletions

View File

@@ -179,5 +179,9 @@ public class HisDetailServiceImpl implements HisDetailService {
return hisDetailMapper.findHisDetailCountData(map);
}
@Override
public List<HashMap<Object, Object>> findMedicalInsuranceGroupData(HashMap<Object, Object> map) throws Exception {
return hisDetailMapper.findMedicalInsuranceGroupData(map);
}
}