feat:setStoreCode
This commit is contained in:
@@ -39,6 +39,10 @@ public class ContractInformationDTO {
|
|||||||
private String brandOwner;
|
private String brandOwner;
|
||||||
@ApiModelProperty("老店编码 签约类型选择老店转加盟时有")
|
@ApiModelProperty("老店编码 签约类型选择老店转加盟时有")
|
||||||
private String oldShopCode;
|
private String oldShopCode;
|
||||||
|
|
||||||
|
@ApiModelProperty("门店编码")
|
||||||
|
private String storeCode;
|
||||||
|
|
||||||
@ApiModelProperty("合同编号")
|
@ApiModelProperty("合同编号")
|
||||||
private String contractNo;
|
private String contractNo;
|
||||||
|
|
||||||
|
|||||||
@@ -644,6 +644,7 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
|
|||||||
contractInformationDTO.setBrandOwner(enumByCode.getBrandOwner());
|
contractInformationDTO.setBrandOwner(enumByCode.getBrandOwner());
|
||||||
}
|
}
|
||||||
contractInformationDTO.setContractNo(signFranchiseDO.getContractCode());
|
contractInformationDTO.setContractNo(signFranchiseDO.getContractCode());
|
||||||
|
contractInformationDTO.setStoreCode(shopInfoDO.getShopCode());
|
||||||
try {
|
try {
|
||||||
return pushService.pushContract(contractInformationDTO);
|
return pushService.pushContract(contractInformationDTO);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user