数据字典 查询接口 给标准类别强行换顺序 会导致bug产生
This commit is contained in:
@@ -36,7 +36,7 @@ public interface AskQuestionsDao extends BaseMapper<AskQuestions> {
|
||||
|
||||
List<AskQuestions> getArchiveAskQuestions (String id);
|
||||
|
||||
List<Reply> getAskQuestionsByakId (String id,String state);
|
||||
List<Reply> getAskQuestionsByakId (@Param("id") String id,@Param("state") String state);
|
||||
|
||||
List<String> getUId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user