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