chenhaozhe
2025-10-22 549df1cac1529f4fc9b5d9b64e27de5d5d8b8951
WebAPI/Controllers/WebAPIController.cs
@@ -20179,6 +20179,7 @@
            }
        }
        /// <summary>
        /// 根据物料+工序获取检验方案
        /// </summary>
@@ -22614,6 +22615,7 @@
            }
        }
        #region 小卫电器获取物料条码对应单据
        /// <summary>
        /// 小卫电器获取物料条码对应单据
        /// </summary>
@@ -22644,14 +22646,6 @@
                    objjson.data = ds.Tables[0];
                    return objjson;
                }
                objjson.code = "1";
                objjson.count = 1;
                objjson.Message = "获取成功!";
                objjson.data = ds.Tables[0];
                return objjson;
            }
            catch (Exception ex)
            {
@@ -22663,5 +22657,9 @@
            }
        }
        #endregion
    }
}