개정판 df0ec478
issue #627: note date sort
DTI_PID/DTI_PID/AppDocData.py | ||
---|---|---|
2531 | 2531 |
if docName is not None: |
2532 | 2532 |
sql += " where PNID_NO = '{}'".format(docName) |
2533 | 2533 |
|
2534 |
sql += ' ORDER BY NOTE_NO ASC' |
|
2534 | 2535 |
cursor.execute(sql) |
2535 | 2536 |
rows = cursor.fetchall() |
2536 | 2537 |
for row in rows: |
내보내기 Unified diff