Browse Source

2025.04.02 文档收集系统 优化

java8
jiayang yue 11 months ago
parent
commit
e4e87bb3ef
  1. 3
      src/main/resources/mapper/pms/ProofingInformationMapper.xml

3
src/main/resources/mapper/pms/ProofingInformationMapper.xml

@ -187,7 +187,8 @@
SELECT
a.document_type_id,
a.document_type,
(SELECT role_desc FROM business_role WHERE role_no = a.responsible_department) AS responsible_department,
(SELECT role_desc FROM business_role WHERE role_no = a.responsible_department and site = #{query.site}) AS
responsible_department,
a.estimated_completion_days
FROM document_type_definition as a
where

Loading…
Cancel
Save