feiyu02
2025-09-18 baf2cc2ce3dfd1235c012a3750132769fcd9ad2f
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/LedgerServiceImpl.kt
@@ -62,7 +62,7 @@
                    val typeCount = ledgerSubTypeMapper.selectCountByExample(Example(LedgerSubType::class.java).apply {
                        createCriteria().andEqualTo(
                            "lScenetype",
                            Constant.ScenseType.typeMap(sceneLedgerSummary.scene?.typeid)
                            Constant.SceneType.typeMap(sceneLedgerSummary.scene?.typeid)
                        )
                            .andEqualTo("lNeedupdate", true)
                    })