@ -223,7 +223,7 @@
)as parentCategoryName
FROM
issue_project_category_dict c
left join issue_project_category_dict p on (c.PID=p.id and AND p.customer_id = #{customerId})
left join issue_project_category_dict p on (c.PID=p.id and p.customer_id = #{customerId})
WHERE
c.del_flag = '0'
AND c.customer_id = #{customerId}