Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloudfunctions/cloud/project/service/data_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class DataService extends BaseService {

// 删除数据文件
async deleteDataExcel(key) {
console.log('[deleteExcel] BEGIN... , key=' + key)
console.log('[deleteExcel] BEGINx... , key=' + key)

// 取出数据
let whereExport = {
Expand Down Expand Up @@ -126,4 +126,4 @@ class DataService extends BaseService {
}
}

module.exports = DataService;
module.exports = DataService;