Commit 1fb3f5ec authored by maqing's avatar maqing

3.失能申请列表模块:医保统筹区改为下拉框

parent 1502178f
......@@ -115,7 +115,8 @@ public class DisableServiceImpl implements DisableService {
public DisableExamineInfoVO disableExamineInfo(String applyId) {
DisableExamineInfoVO disableExamineInfoVO = disableApplyMapper.selectDisableExamineInfoByApplyId(applyId);
List<ExamineRecord> examineRecords = disableApplyMapper.listExamineRecordByApplyId(applyId);
try { disableExamineInfoVO.setExamineRecords(examineRecords);
disableExamineInfoVO.setExamineRecords(examineRecords);
try {
// zhangch 20210525 新增返回对应的附件列表
Result<List<ChFndAttach>> listResult = attachFeignService.selectAttachs(Long.valueOf(applyId), AttachType.DISABLE.getUploadType());
if (listResult.getCode().equals(ResultCode.SUCCESS.getCode())) {
......
......@@ -191,7 +191,7 @@ public class ChAprOrgan implements Serializable {
*/
private String linkMail;
// /** GROUPDETAILID
// /**
// * 评定起点地址id
// */
// private Long groupDetailId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment