督导是招商经理

This commit is contained in:
苏竹红
2024-06-20 10:29:24 +08:00
parent 99f6b3cf3b
commit 8afaf7071f

View File

@@ -64,6 +64,7 @@ public class ShopServiceImpl implements ShopService {
shopInfo.setRegionId(lineInfo.getRegionId());
shopInfo.setLineId(lineInfo.getId());
shopInfo.setPartnerId(lineInfo.getPartnerId());
shopInfo.setSupervisorUserId(lineInfo.getInvestmentManager());
//初始化
shopInfo.setShopCode(RandomEightCharCodeUtils.getCode());
shopInfo.setShopName("店铺" + NumberConverter.convertArabicToChinese(i + 1));