Moon 6 years ago
parent
commit
e5014b63e7

+ 1 - 13
app/src/main/java/com/silence/tech/ui/moni/activity/MoniFragment.java

@@ -177,19 +177,7 @@ public class MoniFragment extends BaseFragment implements MoniListener.View{
     MoniTroubleAdapter.mOnClickListener onclick = new MoniTroubleAdapter.mOnClickListener() {
         @Override
         public void itemOnClick(int position, List<TroubleListBean.DataBean.DataListBean> listData) {
-//            HashMap<String,String> hashMap = new HashMap<>();
-//            hashMap.put("processId", listData.get(position).getId());
-//            hashMap.put("deviceId", listData.get(position).getDeviceId());
-//            hashMap.put("deployment", listData.get(position).getDeployment());
-//            hashMap.put("location", listData.get(position).getLocation());
-//            hashMap.put("regionName", listData.get(position).getRegionName());
-//            hashMap.put("deviceLocation", listData.get(position).getDeviceLocation());
-//            hashMap.put("gmtCreate", listData.get(position).getGmtCreate());
-//            hashMap.put("troubleType", listData.get(position).getTroubleType());
-//            hashMap.put("deviceName", listData.get(position).getDeviceName());
-//            hashMap.put("recheckTime", listData.get(position).getRecheckTime());
-//            hashMap.put("recheckType", recheckType);
-//            hashMap.put("isValid", isValid);
+
         }
     };