Moon 6 년 전
부모
커밋
e5014b63e7
1개의 변경된 파일1개의 추가작업 그리고 13개의 파일을 삭제
  1. 1 13
      app/src/main/java/com/silence/tech/ui/moni/activity/MoniFragment.java

+ 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);
+
         }
     };