@ -38,7 +38,7 @@ public class TBasicServiceImpl implements ITBasicService {
//判断jzh是否重复
Integer num = tBasicMapper.selectOne(tBasicDto.getJzh());
if (num>0) {
throw new Exception("记帐号已存在");
updateTBasic(tBasicDto);
}
Long patientId = idService.getDateSeq();