Zhang-Hong-Lin
4 天以前 232cdf071bfe3bd2b77ba05accba89b67fcc1edc
项目代码/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);
        }
    }
}