MaiXinRong 3 年之前
父节点
当前提交
67ba494f3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/stage_bills.js

+ 1 - 1
app/service/stage_bills.js

@@ -114,7 +114,7 @@ module.exports = app => {
             return stageBills[0];
         }
 
-        async getLastestStageData2(tid, sid, times, order, where) {
+        async getAuditorStageData2(tid, sid, times, order, where) {
             const filterSql = this._getFilterSql(where);
             const sql = 'Select * From ' + this.departTableName(tid) +
                         '  Where tender_id = ? and sid = ? And (`times` < ? OR (`times` = ? AND `order` <= ?)) ' + filterSql;