feat:新建店添加合同编码字段
This commit is contained in:
@@ -219,6 +219,8 @@ public class ZxjpApiRequest {
|
|||||||
|
|
||||||
private Long shopId;
|
private Long shopId;
|
||||||
|
|
||||||
|
@ApiModelProperty("合同编号")
|
||||||
|
private String contractCode;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ public class SyncDataServiceImpl implements SyncDataService {
|
|||||||
}
|
}
|
||||||
request.setPartnershipSignatory(partnershipSignatory);
|
request.setPartnershipSignatory(partnershipSignatory);
|
||||||
request.setBusinessModel(signFranchiseDO.getBusinessModel());
|
request.setBusinessModel(signFranchiseDO.getBusinessModel());
|
||||||
|
request.setContractCode(signFranchiseDO.getContractCode());
|
||||||
}
|
}
|
||||||
request.setPartnerMobile(lineInfoDO.getMobile());
|
request.setPartnerMobile(lineInfoDO.getMobile());
|
||||||
request.setShopCode(shopInfo.getShopCode());
|
request.setShopCode(shopInfo.getShopCode());
|
||||||
|
|||||||
Reference in New Issue
Block a user