修改orgid

product
bawei 1 year ago
parent 0c316bdff9
commit d38e68885f

@ -470,7 +470,7 @@ public class ContractFileServiceImpl extends ServiceImpl<ContractFileMapper, Con
if (model.getName() != null) {
LambdaQueryWrapper<CustomerEntity> wrapper1 = new LambdaQueryWrapper<>();
wrapper1.eq(CustomerEntity::getSupplierNm, model.getName())
.eq(CustomerEntity::getOrgId,orgnize);
.eq(CustomerEntity::getOrgnizeId,orgnize);
List<CustomerEntity> CustomerEntitys = customerMapper.selectList(wrapper1);
LambdaQueryWrapper<SupplierEntity> wrapper2 = new LambdaQueryWrapper<>();

Loading…
Cancel
Save