Commit 98310460 by songyinghui

feat: 字段统一

parent a9fb0059
...@@ -92,13 +92,13 @@ public class ContentMaterialController { ...@@ -92,13 +92,13 @@ public class ContentMaterialController {
contentMaterialPageFrontQDTO.setMaterialType(4); contentMaterialPageFrontQDTO.setMaterialType(4);
} }
} }
if (StringUtils.isBlank(contentMaterialQO.getStoreId())){ // if (StringUtils.isBlank(contentMaterialQO.getStoreId())){
// 区经 获取管辖的权限 // // 区经 获取管辖的权限
List<String> storeIds = this.queryClerkStoreIds(contentMaterialQO.getClerkId(), contentMaterialQO.getWxEnterpriseId()); // List<String> storeIds = this.queryClerkStoreIds(contentMaterialQO.getClerkId(), contentMaterialQO.getWxEnterpriseId());
contentMaterialPageFrontQDTO.setStoreIdList(storeIds); // contentMaterialPageFrontQDTO.setStoreIdList(storeIds);
}else { // }else {
contentMaterialPageFrontQDTO.setStoreIdList(Collections.singletonList(contentMaterialQO.getStoreId())); // contentMaterialPageFrontQDTO.setStoreIdList(Collections.singletonList(contentMaterialQO.getStoreId()));
} // }
BasePageInfo pageInfo = new BasePageInfo(); BasePageInfo pageInfo = new BasePageInfo();
pageInfo.setPageNum(contentMaterialQO.getPageNum()); pageInfo.setPageNum(contentMaterialQO.getPageNum());
pageInfo.setPageSize(contentMaterialQO.getPageSize()); pageInfo.setPageSize(contentMaterialQO.getPageSize());
......
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