app/src/main/java/cn/flightfeather/thirdapp/module/inspection/MenuChangeActivity.kt
@@ -46,7 +46,7 @@ @Subscribe(threadMode = ThreadMode.BACKGROUND) fun onUpdateChange(problemEvent: ProblemEvent) { if (problemEvent.type == InspectionFragment.PROBLEM_CHANGE) { if (problemEvent.type == InspectionDetailActivity.PROBLEM_CHANGE) { inspection?.apply { changednum = changednum?.plus(1) ?: 1