Commit 483ba917 authored by 廖旭伟's avatar 廖旭伟

bug修改

parent 6c8387aa
......@@ -700,7 +700,7 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap
@Override
public ApplyLogEntity getBySocialCode(String socialCode) throws AppException {
ApplyLogEntity entity = this.selectOne(new ApplyLogQuery().socialCode(socialCode));
ApplyLogEntity entity = this.selectOne(new ApplyLogQuery().socialCode(socialCode).recordStatus(YesNoEnum.NO.getValue()));
if (entity != null) {
entity.setAnnexUrl("");
List<ChildLicenseEntity> childs = childLicenseService.find(new ChildLicenseQuery().applyId(entity.getId())
......
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