@ -115,4 +115,6 @@ public interface ProofingInformationMapper extends BaseMapper<ProofingInformatio
@Select("SELECT * FROM plm_document_list_definition WHERE project_id = #{projectId} and test_part_id = #{projectPartId} and proofing_id = #{proofingId}")
Select a.username, a.user_display, a.user_id from sys_user as a left join access_role as b on a.username = b.username where b.role_no = 'R002' and a.site = #{site}