username@email.com
2025-07-29 4bf2b5d9caa83082f690a84c4518f3ad6ad6d599
CY_ECommercePlatform/CY.WebForm/Pages/work/Adm_tongxunluAdd.aspx.cs
@@ -84,7 +84,7 @@
                        }
                    }
                    staffs += "   <input type=\"checkbox\" name = \"depart\" class=\"depart" + departid + "\" value='" + oA_Staffs[i].Keyid + "'   />" + "" + "<span class=\"spann" + departid + "\" >" + oA_Staffs[i].Name+"</span>";
                    staffs += "   <input type=\"checkbox\" name = \"depart\" checked=\"checked\"  class=\"depart" + departid + "\" value='" + oA_Staffs[i].Keyid + "'   />" + "" + "<span class=\"spann" + departid + "\" >" + oA_Staffs[i].Name+"</span>";
                }
            }