张天森
2022-12-08 79e0d3094c1fcf9025938479b6e46d2e9dfebdb6
flower_city/src/main/java/com/dg/core/db/gen/mapper/AutomessageCommonProblemMapper.java
@@ -25,6 +25,11 @@
     */
   List<AutomessageCommonProblem> selectConfigList(IPage<AutomessageCommonProblem> page, Integer state, @Param("title") String title, @Param("content") String content);
    /**
     * 获取常见问题列表(不分页查找)
     * @return
     */
    List<AutomessageCommonProblem> selectConfigList(@Param("title") String title, @Param("content") String content);
    /**
     * 获取常见问题列表统计数量