1
wtt
2026-04-02 468d652b6aeb8df81e37fd23baf958a4a5392173
WebAPI/Controllers/CellWidthController.cs
@@ -15,7 +15,8 @@
{
    public class CellWidthController : ApiController
    {
        private json objJsonResult = new json();
        private json objJsonResult = new json();
        public DataSet ds = new DataSet();
        public WebServer webserver = new WebServer();
@@ -135,8 +136,11 @@
                    {
                        num = colNum;
                    }
                    for (int i = 0; i < num; i++)
                    {
                        // 取整数部分 否则转Int16可能会报错 返回值为0
                        array[i] = array[i].Split('.')[0];
                        bool flag3 = ClsPub.isInt(array[i]) > 500;
                        if (flag3)
                        {