MaiXinRong 3 éve
szülő
commit
67ba494f3f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;