fix: 项目管理申请次数和客户查询权限放开

This commit is contained in:
caiyuchao
2025-09-19 18:52:26 +08:00
parent fcc0630c3b
commit 075fb6a92a
3 changed files with 2 additions and 21 deletions

View File

@@ -90,7 +90,7 @@
LEFT JOIN (
SELECT
l.project_id,
count( lh.id ) + 1 apply_count
count( lh.id ) + count(l.serial_no) apply_count
FROM
crm_license_server l
LEFT JOIN crm_license_server_history lh ON l.id = lh.license_id