Browse Source

customerId

dev
yinzuomei 3 years ago
parent
commit
34826b99aa
  1. 2
      epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueProjectCategoryDictDao.xml

2
epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueProjectCategoryDictDao.xml

@ -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}

Loading…
Cancel
Save