Browse Source

测试提交

laiguoran 6 years ago
parent
commit
5a568c69df
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/service/tender.js

+ 0 - 1
app/service/tender.js

@@ -102,7 +102,6 @@ module.exports = app => {
                 sqlParam = [this.tableName, this.ctx.service.projectAccount.tableName, session.sessionProject.id];
             } else {
                 // 根据用户权限查阅标段
-
                 // tender 163条数据,project_account 68条数据测试
                 // 查询两张表耗时0.003s,查询tender左连接project_account耗时0.002s
                 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`, ' +