This commit is contained in:
guohb
2024-05-17 18:03:15 +08:00
parent 2ee3c9cdbd
commit c2f33a735c
3 changed files with 11 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
shopAuditInfoMapper.insertSelective(shopAuditInfoDO);
Long auditId = shopAuditInfoDO.getId();
shopStageInfoDAO.updateShopStageAndAuditInfo(shopId, shopSubStageStatusEnum, auditId);
systemBuildingShopMapper.updateAuditByShopId(auditId, shopId);
signFranchiseMapper.updateAuditByShopId(auditId, shopId);
return true;
}