项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/dt_batchinfoService.cs
@@ -80,13 +80,13 @@ /// </summary> /// <param name="batch"></param> /// <returns></returns> public WebResponseContent UpdateOutStorageMode(int mode) public WebResponseContent UpdateOutStorageMode(int isout) { WebResponseContent content = new WebResponseContent(); try { var batchibfo = BaseDal.QueryFirst(v => v.Id == 1); batchibfo.materType = mode; batchibfo.materType = isout; BaseDal.UpdateData(batchibfo); content = WebResponseContent.Instance.OK();