修改数据类型增加PA/SA要素编码处理

This commit is contained in:
qiji4215
2023-08-14 14:18:19 +08:00
parent f100578627
commit 08283761e0
12 changed files with 211 additions and 93 deletions

View File

@@ -34,7 +34,7 @@ interface ScProblemTypeDao {
suspend fun findClassTypeList(): List<ScProblemTypeBean>?
@Query("select DISTINCT CLASS_TYPE from ScProblemType where ELEMENT_CODE=:code")
suspend fun findClassTypeByCode(code: Int): String?
suspend fun findClassTypeByCode(code: String): String?
/**
* 获取问题类型,并去重