diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml
index fbc72aa..cd937d9 100644
--- a/FO/Views/Course/ApplyEdu.cshtml
+++ b/FO/Views/Course/ApplyEdu.cshtml
@@ -468,12 +468,15 @@
if (model.cm.cshape == 0) {
$(".companyInfo").hide();
$(".isCompany").show();
+ $(".uduty").hide();
} else if (model.cm.cshape == 1) {
$(".companyInfo").show();
$(".isCompany").hide();
+ $(".uduty").show();
} else if (model.cm.cshape == 2) {
$(".companyInfo").hide();
$(".isCompany").show();
+ $(".uduty").hide();
}
if (model.pplog.isaccommodation != null) {