update_cow_list_ui
This commit is contained in:
@@ -806,7 +806,7 @@ export class AdminService {
|
||||
}
|
||||
return true;
|
||||
} catch (error) {
|
||||
this.logger.error(`[배치업로드] 데이터 저장 실패 (cowId: ${item.cowId}, testDt: ${item.testDt}): ${error.message}`);
|
||||
this.logger.error(`[배치업로드] 데이터 저장 실패 (cowId: ${item.cowId}, ${error.message}`);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user