username@email.com
2025-10-22 0de684b2cd131f9801ca96abdb9028f7e30cd31b
CY_ECommercePlatform/CY.WebForm/Pages/work/Adm_zhanghaomimaAdd.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\" class=\"depart" + departid + "\" checked=\"checked\"  value='" + oA_Staffs[i].Keyid + "'   />" + "" + "<span class=\"spann" + departid + "\" >" + oA_Staffs[i].Name + "</span>";
                }
            }