wxw
2025-10-26 17a6a93088a9bc551641c1431e4f70cc9f78813d
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)
                {