|
@@ -297,7 +297,7 @@ module.exports = app => {
|
|
}
|
|
}
|
|
await this.ctx.service.tenderTag.addTenderTag(operate.insertId, sessionProject.id, this.transaction);
|
|
await this.ctx.service.tenderTag.addTenderTag(operate.insertId, sessionProject.id, this.transaction);
|
|
await this.transaction.commit();
|
|
await this.transaction.commit();
|
|
- const sql = 'SELECT t.`id`, t.`project_id`, t.`name`, t.`status`, t.`category`, t.`ledger_times`, t.`ledger_status`, t.`measure_type`, t.`user_id`, t.`create_time`, t.`total_price`, t.`deal_tp`,' +
|
|
|
|
|
|
+ const sql = 'SELECT t.`id`, t.`project_id`, t.`name`, t.`status`, t.`category`, t.`ledger_times`, t.`ledger_status`, t.`measure_type`, t.`user_id`, t.`create_time`, t.`total_price`, t.`deal_tp`, t.`spid`,' +
|
|
' pa.`name` As `user_name`, pa.`role` As `user_role`, pa.`company` As `user_company` ' +
|
|
' pa.`name` As `user_name`, pa.`role` As `user_role`, pa.`company` As `user_company` ' +
|
|
' FROM ?? As t ' +
|
|
' FROM ?? As t ' +
|
|
' Left Join ?? As pa ' +
|
|
' Left Join ?? As pa ' +
|