chenhaozhe
4 天以前 da84e4e72c9d9cc7e2bd40dc4bb7b3222ca3519a
WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs
@@ -12,6 +12,7 @@
using WebAPI.Models;
namespace WebAPI.Controllers.BaseSet
{
    [AllowAnonymous]
    public class Xt_grdAlignment_WMESController : ApiController
    {
        private json objJsonResult = new json();
@@ -875,6 +876,8 @@
        #region 报错信息 查询
        [Route("Xt_grdAlignment_WMES/SelectMessageError")]
        [HttpGet]
        [AllowAnonymous]
        public object SelectMessageError(string ErrorCode)
        {
            try