feat:setStoreCode

This commit is contained in:
苏竹红
2025-12-10 14:30:48 +08:00
parent f87b1ca866
commit 654ffe672e
2 changed files with 5 additions and 0 deletions

View File

@@ -644,6 +644,7 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
contractInformationDTO.setBrandOwner(enumByCode.getBrandOwner());
}
contractInformationDTO.setContractNo(signFranchiseDO.getContractCode());
contractInformationDTO.setStoreCode(shopInfoDO.getShopCode());
try {
return pushService.pushContract(contractInformationDTO);
} catch (Exception e) {