springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -8009,6 +8009,6 @@ * @param comActColumnVO * @return */ @PostMapping("/queryLevel") @PostMapping("/comActColumn/queryLevel") public R queryLevel(@RequestBody ComActColumnVO comActColumnVO); } springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActColumnMapper.xml
@@ -54,6 +54,9 @@ <if test="type !=null "> and t.type =#{type} </if> <if test="parentId !=null"> and t.parent_id=#{parentId} </if> </where> order by t.create_time desc </select>