diff --git a/app/controllers/establishment.controller.js b/app/controllers/establishment.controller.js index 74622bd..4db8ffc 100644 --- a/app/controllers/establishment.controller.js +++ b/app/controllers/establishment.controller.js @@ -1887,6 +1887,7 @@ exports.establishmentBulkUpload = async (req, res) => { permanent_factory_code: r.permanent_factory_code || null, industry_code: r.industry_code_business_register || null, industry_code_production: r.industry_code_current_production || null, + isic_code: r.industry_code_current_production || null, industry_code_mismatch_remarks: r.industry_code_mismatch_remarks || null, description: r.description || null, establishment_address: r.establishment_address || null,