From e234a15b428267997c903a4ed42536c5d9f14a1f Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 10 十一月 2025 13:10:42 +0800
Subject: [PATCH] 2025.11.10 1. 新增巡查场景历史详情相关数据逻辑; 2. 新增工地施工阶段修改界面;

---
 app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/InspectionFragment.kt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/InspectionFragment.kt b/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/InspectionFragment.kt
index 05e4fe2..844847d 100644
--- a/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/InspectionFragment.kt
+++ b/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/InspectionFragment.kt
@@ -243,6 +243,7 @@
                 }
                 setOnItemClickListener {
                     val intent = Intent(activity, InspectionDetailActivity::class.java)
+                    // 浼犲叆宸℃煡浠诲姟淇℃伅
                     intent.putExtra("subTask", curSubTaskList[it])
                     startActivity(intent)
                 }

--
Gitblit v1.9.3