fubin il y a 5 ans
Parent
commit
1aa6c0ef7e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      DK.Service/CMNModuleService/PLCWorkLogic..cs

+ 1 - 1
DK.Service/CMNModuleService/PLCWorkLogic..cs

@@ -82,7 +82,7 @@ namespace Dongke.IBOSS.PRD.Service.CMNModuleService
                         
                     }
 
-                    return null;
+					return new ServiceResultEntity() { Status = Constant.ServiceResultStatus.Other, Message = "当前工号无工位信息" };
 
                 }
                 catch (Exception ex)