租赁协议
This commit is contained in:
parent
dc59a19176
commit
06ff503f87
|
|
@ -338,8 +338,8 @@ public class OrderController extends BaseController {
|
||||||
replacements.put("orderTable", orderDetail);
|
replacements.put("orderTable", orderDetail);
|
||||||
|
|
||||||
BmContract bmContract = new BmContract();
|
BmContract bmContract = new BmContract();
|
||||||
bmContract = bmContractService.getContract(bmContract);
|
|
||||||
bmContract.setCompanyId(orderInfoDto.getCompanyId());
|
bmContract.setCompanyId(orderInfoDto.getCompanyId());
|
||||||
|
bmContract = bmContractService.getContract(bmContract);
|
||||||
if (bmContract == null || StringUtils.isBlank(bmContract.getContent())) {
|
if (bmContract == null || StringUtils.isBlank(bmContract.getContent())) {
|
||||||
bmContract = new BmContract();
|
bmContract = new BmContract();
|
||||||
bmContract.setContent(bmContractService.lisTemplate(bmContract).get(0).getContent());
|
bmContract.setContent(bmContractService.lisTemplate(bmContract).get(0).getContent());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue