采用阿里代码规约,对代码进行优化

This commit is contained in:
lifenlong
2021-07-09 01:56:24 +08:00
parent 9e240f22b6
commit 3e73257922
343 changed files with 2626 additions and 1476 deletions

View File

@@ -52,7 +52,7 @@ public class StoreMessageController {
@GetMapping("/all")
public ResultMessage<Map<String, Object>> getPage(PageVO pageVo) {
//返回值定义
Map<String, Object> map = new HashMap<>();
Map<String, Object> map = new HashMap<>(4);
StoreMessageQueryVO storeMessageQueryVO = new StoreMessageQueryVO();
storeMessageQueryVO.setStoreId(UserContext.getCurrentUser().getStoreId());
//未读消息