加盟商结束跟进

This commit is contained in:
shuo.wang
2025-05-29 18:19:13 +08:00
parent 4f9ac6c56d
commit 0b2e903e28

View File

@@ -101,6 +101,7 @@ public abstract class LineFlowService {
if (CollectionUtils.isNotEmpty(shopInfoDOS)){
throw new ServiceException(ErrorCodeEnum.SHOP_HAVE_NOT_OVER_ACCORDING);
}
LineInfoDO lineInfo = lineInfoDAO.getLineInfo(request.getLineId());
String partnerId = lineInfo.getPartnerId();
LineAuditInfoDO auditInfo = new LineAuditInfoDO();