代码管理/WMS/WIDESEA_WMSServer/WIDESEA_SystemService/Sys_DictionaryService.cs
@@ -26,6 +26,8 @@ _unitOfWorkManage = unitOfWorkManage; } public ISys_DictionaryRepository Repository => BaseDal; public List<VueDictionaryDTO> GetVueDictionary(string[] dicNos) { if (dicNos == null || dicNos.Count() == 0) return new List<VueDictionaryDTO>();