master
ZR20090193-陈敬勇 2 years ago
parent f1e79c2c96
commit e1c67b7209

@ -220,7 +220,7 @@
<workItem from="1670578771501" duration="862000" />
<workItem from="1670913546007" duration="1620000" />
<workItem from="1672034320128" duration="3155000" />
<workItem from="1672101506325" duration="4882000" />
<workItem from="1672101506325" duration="5506000" />
</task>
<servers />
</component>
@ -315,13 +315,13 @@
</line-breakpoint>
<line-breakpoint enabled="true" type="DotNet Breakpoints">
<url>file://$PROJECT_DIR$/DS.WMS.Core/WxModule/Method/WxQueryService.cs</url>
<line>155</line>
<line>158</line>
<properties documentPath="D:\Code\DS\WmsSolution\wmsapi-service\DS.WMS.Core\WxModule\Method\WxQueryService.cs" initialLine="151" containingFunctionPresentation="method 'ExportStockList'">
<startOffsets>
<option value="6005" />
<option value="6120" />
</startOffsets>
<endOffsets>
<option value="6036" />
<option value="6151" />
</endOffsets>
</properties>
<option name="timeStamp" value="23" />

@ -80,7 +80,10 @@ public class WxQueryService : IWxQueryService
})
.ToPageList(request.PageIndex, request.PageSize, ref totalCount)
.ToList();
if (data.Count == 0)
{
return DataResult.Failed("查询数据记录为空!");
}
return DataResult.Successed("获取数据成功", data);
}
else

Loading…
Cancel
Save