|
@@ -14,7 +14,7 @@ const projectLogConst = require('../const/project_log');
|
|
|
const fs = require('fs');
|
|
|
const path = require('path');
|
|
|
const commonQueryColumns = [
|
|
|
- 'id', 'project_id', 'name', 'status', 'category', 'ledger_times', 'ledger_status', 'measure_type', 'user_id', 'valuation',
|
|
|
+ 'id', 'project_id', 'name', 'status', 'category', 'ledger_times', 'ledger_status', 'measure_type', 'user_id', 'valuation', 'create_time',
|
|
|
'total_price', 'deal_tp', 'copy_id', 's2b_gxby_check', 's2b_gxby_limit', 's2b_dagl_check', 's2b_dagl_limit', 'has_rela', 'his_id', 'rpt_show_level',
|
|
|
];
|
|
|
|