Commit 8fd89639 by zhiwj

资料完善

parent bae3bdbd
......@@ -187,6 +187,7 @@ public class StoreController extends DownloadUtils {
}else {
returnFileds += ","+obj.toString();
}
returnFileds += "," + StoreESFieldsEnum.COMPLETESTATUS;
ServiceResponse<Page<StoreDTO>> serviceResponse = storeApiService.listStore(storeSearchDTO, storeSearchDTO.getCurrentPage(), storeSearchDTO.getPageSize(), returnFileds);
if (serviceResponse.isSuccess()) {
Page<StoreDTO> page = serviceResponse.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