租赁协议

This commit is contained in:
liang.chao 2024-12-17 21:23:16 +08:00
parent dc59a19176
commit 06ff503f87
1 changed files with 1 additions and 1 deletions

View File

@ -338,8 +338,8 @@ public class OrderController extends BaseController {
replacements.put("orderTable", orderDetail);
BmContract bmContract = new BmContract();
bmContract = bmContractService.getContract(bmContract);
bmContract.setCompanyId(orderInfoDto.getCompanyId());
bmContract = bmContractService.getContract(bmContract);
if (bmContract == null || StringUtils.isBlank(bmContract.getContent())) {
bmContract = new BmContract();
bmContract.setContent(bmContractService.lisTemplate(bmContract).get(0).getContent());