feat:加盟商

This commit is contained in:
苏竹红
2024-10-13 11:08:32 +08:00
parent 5c99afa225
commit 0dd51a51ee

View File

@@ -175,7 +175,7 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
//更新状态为加盟商
LineInfoDO lineInfoDO = lineInfoMapper.getByLineId(shopInfoDO.getLineId());
//暂时去掉
//lineInfoDO.setJoinStatus(2);
lineInfoDO.setJoinStatus(CommonConstants.TWO);
lineInfoMapper.insertOrUpdate(lineInfoDO);
//todo 提交之后先直接到已签约 正常是待审核
shopStageInfoDAO.updateShopStageInfo(request.getShopId(), ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_84);