Browse Source

中间计量相关

MaiXinRong 5 năm trước cách đây
mục cha
commit
4c2320f8c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 +