MaiXinRong %!s(int64=3) %!d(string=hai) anos
pai
achega
67ba494f3f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;