wxw
2025-10-13 cfdbd0eadeb5dbe4ff8872bb67f43ae8f323a799
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)
                {