src/main/kotlin/cn/flightfeather/supervision/business/storage/item/StScoreItem_1.kt
@@ -34,9 +34,9 @@ */ override fun otherProblem(size: Int): Int? { val p = problemlistMapper.selectByExample(Example(Problemlist::class.java).apply { createCriteria().andEqualTo("sguid", info.sceneId) .andGreaterThanOrEqualTo("time", info.sTime) .andLessThan("time", info.eTime) createCriteria().andEqualTo("stguid", info.subTask?.stguid) // .andGreaterThanOrEqualTo("time", info.sTime) // .andLessThan("time", info.eTime) }) var i = 0