app/src/main/java/com/example/firstapp/database/dao/CodeDao.kt @@ -63,7 +63,6 @@ WHERE category = :category AND code = :code AND substr(createTime, 1, 10) = substr(:dateString, 1, 10) ANd pickup = '0' ORDER BY createTime DESC LIMIT 1 """)