Commit 4608043f by 傅伟强-富德

Update test.txt

1 parent f7df8f95
Showing with 2 additions and 1 deletions
...@@ -42,7 +42,8 @@ addDate(date, days) { ...@@ -42,7 +42,8 @@ addDate(date, days) {
var month = date.getMonth() + 1; var month = date.getMonth() + 1;
dueDate = date.getFullYear()+ '-' + month + '-' + date.getDate(); dueDate = date.getFullYear()+ '-' + month + '-' + date.getDate();
to_char(ppi.prem_due_date,'yyyy-mm-dd') || 'T' || to_char(ppi.prem_due_date,'hh24:mi:ss') || '+0800' AS pp_prem_due_date,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!