Commit 191421a6 by zhiwj

日志

parent 9cb34b30
......@@ -305,6 +305,7 @@ public class StoreController extends DownloadUtils {
if (response.isSuccess()) {
String[] storeArr = storeIds.split(",");
StoreSearchDTO storeSearchDTO = new StoreSearchDTO();
storeSearchDTO.setEnterpriseId(enterpriseId);
storeSearchDTO.setStoreIds(Joiner.on(" ").join(storeArr));
Page<StoreDTO> page = this.storeApiService.listStore(storeSearchDTO, 1, 3).getResult();
if (page != null && CollectionUtils.isNotEmpty(page.getResult())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment