1
yangle
2023-05-26 e370936b4a1d0efd9a0265fb68c675ca2f4ba6e4
WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs
@@ -38,7 +38,7 @@
                        objJsonResult.code = "1";
                        objJsonResult.count = 1;
                        objJsonResult.Message = "Sucess!";
                        objJsonResult.data = null;
                        objJsonResult.data = ds.Tables[0];
                        return objJsonResult;
                    }
                }