프로젝트

일반

사용자정보

개정판 d1458381

IDd14583811519defe3fecd4b35fb77a68842c6eca
상위 ed352210
하위 0dc81192

함의성이(가) 약 5년 전에 추가함

issue #627: fix export list

Change-Id: Iea74c4a1c8c6b2c0e6fdef60d5748ec56d67e877

차이점 보기:

DTI_PID/DTI_PID/AppDocData.py
2762 2762
                    left join Drawings B on A.Drawings_UID=B.UID \
2763 2763
                    left join SpecialItemTypes C on A.SpecialItemTypes_UID=C.UID \
2764 2764
                    left join Components D on A.Connected=D.UID \
2765
                    where A.SpecialItemTypes_UID is not null order by "Line No"'
2765
                    where A.SpecialItemTypes_UID is not null'
2766 2766
                if drawings is not None:
2767 2767
                    doc_names = "','".join(drawings)
2768 2768
                    sql += f" and A.Drawings_UID in (select UID from Drawings where Name in ('{doc_names}'))"
2769
                sql += ' order by "Line No"'
2769 2770
                cursor.execute(sql)
2770 2771

  
2771 2772
                return cursor.fetchall()

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)