Browse Source

中间计量相关

MaiXinRong 5 years ago
parent
commit
4c2320f8c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/stage_change.js

+ 1 - 1
app/service/stage_change.js

@@ -95,7 +95,7 @@ module.exports = app => {
 
         async getAuditorAllStageData(tid, sid, times, order) {
             const sql = 'SELECT c.*, ' +
-                '  oc.code As c_code, oc.new_code As c_new_code' +
+                '  oc.p_code As c_code, oc.new_code As c_new_code' +
                 '  FROM ' + this.tableName + ' As c ' +
                 '  INNER JOIN ( ' +
                 '    SELECT MAX(`stimes`) As `stimes`, MAX(`sorder`) As `sorder`, `lid`, `pid`, `sid` From ' + this.tableName +