yanjinhui
7 天以前 548c8f7119ae211d5f1d42705f9987bd466b568d
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturnMethod.cs
@@ -15,8 +15,8 @@
            return new WMSReturn
            {
                code = content.Status ? successCode : failCode,
                msg = content.Message ?? (content.Status ? "鎿嶄綔鎴愬姛" : "鎿嶄綔澶辫触"),
                data = content.Status ? content.Data : null
                message = content.Message ?? (content.Status ? "鎿嶄綔鎴愬姛" : "鎿嶄綔澶辫触"),
                data = content.Data
            };
        }
    }