WebAPI/Controllers/仓存管理/验收入库/Kf_ProductInBillController.cs
@@ -44,6 +44,7 @@
        {
            try
            {
                List<object> columnNameList = new List<object>();
                //鍒ゆ柇鏉冮檺
                if (OperationType == "1")
                {
@@ -60,7 +61,7 @@
                //杩斿洖鍒楄〃淇℃伅
                ds = oCn.RunProcReturn("select * from " + ViewName + " where 1=1 " + sWhere + " order by hmainid desc", ViewName);
                List<object> columnNameList = new List<object>();
                //娣诲姞鍒楀悕
                foreach (DataColumn col in ds.Tables[0].Columns)
                {