src/main/kotlin/cn/flightfeather/supervision/business/storage/item/StScoreItem_1.kt
@@ -9,6 +9,7 @@
/**
 * Date 2022/1/20 16:14
 * Created by feiyu
 * 堆场
 */
@Component
class StScoreItem_1:ScoreItem() {
@@ -22,7 +23,7 @@
        instance = this
    }
    override var id: String = "amSNTZfXs2XXR1td"
    override var id: String = "csInMYhgbBqWRyeB"
    override var name: String = "整改措施及效果"
@@ -34,9 +35,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