Zhang-Hong-Lin
2025-07-06 ac2920c6c36227646c03a38c76a335120b449817
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/BatchController.cs
@@ -47,9 +47,9 @@
        /// <param name="batch"></param>
        /// <returns></returns>
        [HttpPost, HttpGet, Route("UpdateOutStorageMode")]
        public WebResponseContent UpdateOutStorageMode(int mode)
        public WebResponseContent UpdateOutStorageMode(int isout)
        {
            return Service.UpdateOutStorageMode(mode);
            return Service.UpdateOutStorageMode(isout);
        }
    }
}