ellisran преди 10 месеца
родител
ревизия
67c5cde52b
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      app/service/financial_pay_contract.js

+ 3 - 1
app/service/financial_pay_contract.js

@@ -40,7 +40,9 @@ module.exports = app => {
                 fpid: fp.id,
             };
             const result = await this.db.insert(this.tableName, insertData);
-            return await this.getDataById(result.insertId);
+            const result2 = await this.getDataById(result.insertId);
+            result2.files = [];
+            return result2;
         }
 
         async addContracts(fp, cids) {