|
@ -93,6 +93,12 @@ public class OtherZllService : ApplicationService, IOtherZllService |
|
|
result.MESSAGE = "Json格式不正确,详细信息:" + ex.Message; |
|
|
result.MESSAGE = "Json格式不正确,详细信息:" + ex.Message; |
|
|
return result; |
|
|
return result; |
|
|
} |
|
|
} |
|
|
|
|
|
if (_dtoList == null || _dtoList.Count() <= 0) |
|
|
|
|
|
{ |
|
|
|
|
|
bErr = true; |
|
|
|
|
|
result.MESSAGE = "err:没有1000工厂数据"; |
|
|
|
|
|
return result; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
WmsWebApiOtherZLLDTO dto = new WmsWebApiOtherZLLDTO(); |
|
|
WmsWebApiOtherZLLDTO dto = new WmsWebApiOtherZLLDTO(); |
|
|
dto.JSON = content.ToString(); |
|
|
dto.JSON = content.ToString(); |
|
|