wxw
2025-10-29 4717389bfc9cdd522b32f2bc04d0e59af8d76621
Wms/Wms/Controllers/BllAsnController.cs
@@ -172,6 +172,10 @@
        {
            try
            {
                if (models.ListArrivalNotice.Count > 50)
                {
                    throw new Exception("单次导入最多50条数据");
                }
                var claimsIdentity = this.User.Identity as ClaimsIdentity;
                if (claimsIdentity == null)
                {