feat:建店调整
This commit is contained in:
@@ -104,6 +104,13 @@ public class SyncMainSysServerImpl implements SyncMainSysServer {
|
||||
storeMasterDTO.setRegionId(shopInfo.getManagerRegionId());
|
||||
storeMasterDTO.setJoinSupervision(shopInfo.getInvestmentManager());
|
||||
|
||||
StoreMasterDTO.Signer2Info signer2Info = new StoreMasterDTO.Signer2Info();
|
||||
signer2Info.setSigner2Name(signFranchiseDO.getPartnershipSignatorySecond());
|
||||
signer2Info.setSigner2Mobile(signFranchiseDO.getPartnershipSignatorySecondMobile());
|
||||
signer2Info.setSigner2IdCard(signFranchiseDO.getPartnershipSignatorySecondIdNumber());
|
||||
signer2Info.setPartnerRoleId(UserRoleEnum.FRANCHISEES.getCode());
|
||||
storeMasterDTO.setSigner2Info(signer2Info);
|
||||
|
||||
BuildInformationDO buildInformationDO = buildInformationDAO.selectOneByShopId(shopId);
|
||||
if (buildInformationDO != null){
|
||||
storeMasterDTO.setMiniProgramOrderStoreName(buildInformationDO.getCShopName());
|
||||
|
||||
Reference in New Issue
Block a user