Commit 352227fd authored by Zengxiaoli's avatar Zengxiaoli

失能人员信息变更表新增医保统筹区字段

parent e44dae79
......@@ -527,11 +527,6 @@ public class DisableServiceImpl implements DisableService {
ChDisableInfoChange chDisableInfoChange = chDisableInfoChangeMapper.selectById(changeId);
DisableUpdateDetailVO disableUpdateDetailVO = new DisableUpdateDetailVO();
BeanUtils.copyProperties(chDisableInfoChange, disableUpdateDetailVO);
//医保统筹区
// QueryWrapper<ChDisableApply> queryWrapper = new QueryWrapper<>();
// queryWrapper.eq("CERTI_CODE", disableUpdateDetailVO.getCertifNum());
// ChDisableApply chDisableApply = disableApplyMapper.selectOne(queryWrapper);
// disableUpdateDetailVO.setMedicalArea(chDisableApply.getMedicalArea());
try {
Result<List<ChFndAttach>> listResult = attachFeignService.selectAttachs(changeId.longValue(), AttachType.DISABLE_UPDATE.getUploadType());
if (listResult.getCode().equals(ResultCode.SUCCESS.getCode())) {
......
......@@ -420,4 +420,9 @@ public class ChDisableInfoChange {
* 待遇类型(1失能、0失智)
*/
private Integer treatmentType;
/**
*医保统筹区区
*/
private String medicalArea;
}
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