wxw
8 天以前 b88cbdbc97735732fe6406fbe5aa3228eaa1b551
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)
                {