Переглянути джерело

[招商][概览]待分配排除合作客户

release_toaliyun_real
Burce 6 роки тому
джерело
коміт
3b23e0a51a
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/InvestCustomerMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/InvestCustomerMapper.xml Переглянути файл

@@ -42,7 +42,7 @@
SELECT count(1)
FROM `invest_customer` c
INNER JOIN `invest_demand` d ON d.`customer_id` = c.id
WHERE d.`owner` = 0
WHERE d.`owner` = 0 AND c.type in (0,1,3)
AND c.`tenant_id` = #{tenantId};
</select>


Завантаження…
Відмінити
Зберегти